Don't return from overlapped ReadFile on EAGAIN and other non-fatal
[wine/gsoc_dplay.git] / dlls / winedos / int19.c
blobd92daab9a61ee4ddf092588ea59020f31812e28e
1 /*
2 * BIOS interrupt 19h handler
3 */
5 #include <stdlib.h>
6 #include "miscemu.h"
7 #include "debugtools.h"
9 DEFAULT_DEBUG_CHANNEL(int);
12 /**********************************************************************
13 * DOSVM_Int19Handler
15 * Handler for int 19h (Reboot).
17 void WINAPI DOSVM_Int19Handler( CONTEXT86 *context )
19 WARN("Attempted Reboot\n");