- Timestamp:
- Jul 5, 2010, 3:44:51 PM (15 years ago)
- Location:
- trunk/src/Odin32API
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Odin32API/odindll.cpp
r5135 r21384 86 86 /*******************************************************************/ 87 87 88 // Uncomment this to enable proper __try/__except support: 89 //EnableSEH(); 88 90 dllHandle = RegisterLxDll(hModule, LibMain, (PVOID)&_Resource_PEResTab); 89 91 if(dllHandle == 0) -
trunk/src/Odin32API/odinexe.cpp
r1137 r21384 27 27 int main(int argc, char *argv[]) 28 28 { 29 // Uncomment this to enable proper __try/__except support: 30 //EnableSEH(); 29 31 RegisterLxExe(WinMain, (PVOID)&_Resource_PEResTab); 30 32 }
Note:
See TracChangeset
for help on using the changeset viewer.