Moved window move/resize syscommand handling to the graphics driver.
[wine/multimedia.git] / msdos / int19.c
blob966afc49d2d745eb05cfe65f134ac8192f490097
1 /*
2 * BIOS interrupt 19h handler
3 */
5 #include <stdlib.h>
6 #include "miscemu.h"
7 #include "debugtools.h"
9 DEFAULT_DEBUG_CHANNEL(int19);
12 /**********************************************************************
13 * INT_Int19Handler
15 * Handler for int 19h (Reboot).
17 void WINAPI INT_Int19Handler( CONTEXT86 *context )
19 WARN("Attempted Reboot\n");