Fixes crash when running without external shell32.dll.
[wine/multimedia.git] / msdos / int12.c
blob79429bd9d42ca7a6959a650dd9add09989e02e48
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( CONTEXT *context )
14 AX_reg(context) = 640;