comparison src/os_w32exe.c @ 323:03b3684919e3 v7.0084

updated for version 7.0084
author vimboss
date Mon, 13 Jun 2005 22:28:56 +0000
parents 404aac550f35
children d6d6ca943713
comparison
equal deleted inserted replaced
322:a18bd33b8ea9 323:03b3684919e3
36 void _cdecl SaveInst(HINSTANCE hInst); 36 void _cdecl SaveInst(HINSTANCE hInst);
37 #endif 37 #endif
38 void (_cdecl *pSaveInst)(HINSTANCE); 38 void (_cdecl *pSaveInst)(HINSTANCE);
39 #endif 39 #endif
40 40
41 /*ARGSUSED*/
41 int WINAPI 42 int WINAPI
42 WinMain( 43 WinMain(
43 HINSTANCE hInstance, 44 HINSTANCE hInstance,
44 HINSTANCE hPrevInst, 45 HINSTANCE hPrevInst,
45 LPSTR lpszCmdLine, 46 LPSTR lpszCmdLine,