Changeset 21999 for trunk/src/Odin32API/odindll.cpp
- Timestamp:
- Apr 18, 2012, 10:46:37 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Odin32API/odindll.cpp
r21384 r21999 87 87 88 88 // Uncomment this to enable proper __try/__except support: 89 //EnableSEH(); 89 #ifdef ODIN_FORCE_WIN32_TIB 90 ForceWin32TIB(); 91 #endif 90 92 dllHandle = RegisterLxDll(hModule, LibMain, (PVOID)&_Resource_PEResTab); 91 93 if(dllHandle == 0)
Note:
See TracChangeset
for help on using the changeset viewer.