Get more entry points from Comctl32 and save the addresses.
[wine/wine-kai.git] / msdos / int12.c
blob1ba5e89ca32f2cbe13ca28b7b94c8df3b9e02996
1 /*
2 * BIOS interrupt 12h handler
3 */
5 #include "miscemu.h"
7 /**********************************************************************
8 * INT_Int12Handler (WPROCS.118)
10 * Handler for int 12h (get memory size).
12 void WINAPI INT_Int12Handler( CONTEXT86 *context )
14 AX_reg(context) = 640;