Ignore:
Timestamp:
Apr 18, 2012, 10:46:37 PM (13 years ago)
Author:
dmik
Message:

kernel32: Make SEH work in OS/2 context.

See #82 for details.

File:
1 edited

Legend:

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

    r21384 r21999  
    2727int main(int argc, char *argv[])
    2828{
    29   // Uncomment this to enable proper __try/__except support:
    30   //EnableSEH();
     29#ifdef ODIN_FORCE_WIN32_TIB
     30  // Needed for proper __try/__except support:
     31  ForceWin32TIB();
     32#endif
    3133  RegisterLxExe(WinMain, (PVOID)&_Resource_PEResTab);
    3234}
Note: See TracChangeset for help on using the changeset viewer.