#include <som.h>
#include <windows.h>
int PASCAL WinMain (HINSTANCE inst,
WORD ds,
WORD Heapsize,
LPSTR cmdLine)
{
...
SOM_MainProgram ();
...
/* Rest of main program follows */
}