Changeset 21384 for trunk/src


Ignore:
Timestamp:
Jul 5, 2010, 3:44:51 PM (15 years ago)
Author:
dmik
Message:

SEH: Added some info to Porting.txt and examples to Odin32API.

Location:
trunk/src/Odin32API
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Odin32API/odindll.cpp

    r5135 r21384  
    8686         /*******************************************************************/
    8787
     88         // Uncomment this to enable proper __try/__except support:
     89         //EnableSEH();
    8890         dllHandle = RegisterLxDll(hModule, LibMain, (PVOID)&_Resource_PEResTab);
    8991         if(dllHandle == 0)
  • trunk/src/Odin32API/odinexe.cpp

    r1137 r21384  
    2727int main(int argc, char *argv[])
    2828{
     29  // Uncomment this to enable proper __try/__except support:
     30  //EnableSEH();
    2931  RegisterLxExe(WinMain, (PVOID)&_Resource_PEResTab);
    3032}
Note: See TracChangeset for help on using the changeset viewer.