Silence IShellLink::SetShowCmd for the case we support.
[wine/multimedia.git] / msdos / int12.c
blob2b2e8040a9e873b4289224a6c451b107253b4187
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 SET_AX( context, 640 );