Delay import of user32 to allow debugging crashes in user init code.
[wine/multimedia.git] / msdos / int12.c
blob2fd7e1c042c630a1ed1a062b9495e1d68b4b5c36
1 /*
2 * BIOS interrupt 12h handler
3 */
5 #include "miscemu.h"
7 /**********************************************************************
8 * INT_Int12Handler
10 * Handler for int 12h (get memory size).
12 void WINAPI INT_Int12Handler( CONTEXT86 *context )
14 AX_reg(context) = 640;