Changeset 21393 for trunk/include/odinlx.h
- Timestamp:
- Jul 16, 2010, 9:03:51 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/odinlx.h
r21381 r21393 28 28 typedef ULONG (* WIN32API WIN32DLLENTRY)(ULONG hInstance, ULONG reason, LPVOID reserved); 29 29 typedef int (* WIN32API WINMAIN)(HANDLE hInstance, HANDLE hPrevInstance, LPSTR lpCmdLine, int nShowCmd); 30 31 #ifdef __cplusplus32 }33 #endif34 30 35 31 #ifdef __cplusplus … … 88 84 VOID WIN32API EnableSEH(); 89 85 86 #ifdef __cplusplus 87 } 90 88 #endif 89 90 #endif
Note:
See TracChangeset
for help on using the changeset viewer.