Changeset 21999 for trunk/testapp/exceptions/seh/except.c
- Timestamp:
- Apr 18, 2012, 10:46:37 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/testapp/exceptions/seh/except.c
r21476 r21999 23 23 _argc = argc; 24 24 _argv = argv; 25 EnableSEH(); 25 #ifdef ODIN_FORCE_WIN32_TIB 26 ForceWin32TIB(); 27 #endif 26 28 RegisterLxExe(WinMain, NULL); 27 29 }
Note:
See TracChangeset
for help on using the changeset viewer.