Changeset 21381 for trunk/include/odinlx.h
- Timestamp:
- Jul 5, 2010, 2:30:14 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/odinlx.h
r10383 r21381 75 75 BOOL WIN32API RegisterLxExe(WINMAIN EntryPoint, PVOID pResData); 76 76 77 78 77 //****************************************************************************** 79 78 //Create Dummy Exe object … … 82 81 BOOL WIN32API IsDummyExeLoaded(); 83 82 83 //****************************************************************************** 84 //Enable SEH (structured exception handling) support. This call is necessary 85 //for the __try/__except statement to work correctly. Must be called before 86 // RegisterLxDll()/RegisterLxExe(). 87 //****************************************************************************** 88 VOID WIN32API EnableSEH(); 89 84 90 #endif
Note:
See TracChangeset
for help on using the changeset viewer.