Handle non-hardware X events correctly with native USER
[wine/multimedia.git] / msdos / int19.c
blob44d9f6963d695d5a32deac7d249a474eef28eace
1 /*
2 * BIOS interrupt 19h handler
3 */
5 #include <stdlib.h>
6 #include "miscemu.h"
7 #include "debug.h"
10 /**********************************************************************
11 * INT_Int19Handler
13 * Handler for int 19h (Reboot).
15 void WINAPI INT_Int19Handler( CONTEXT *context )
17 WARN(int19, "Attempted Reboot\n");