int APIENTRY synesisWinMain(HINSTANCE,
HINSTANCE,
LPSTR,
int)
{
int iRet;
iRet = WinMain( GetModuleHandle(NULL),
NULL,
GetAdjustedCommandLine(),
GetWindowShowState());
trace_leaks();
return iRet;
}