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/odindll.cpp

    r21384 r21999  
    8787
    8888         // Uncomment this to enable proper __try/__except support:
    89          //EnableSEH();
     89#ifdef ODIN_FORCE_WIN32_TIB
     90         ForceWin32TIB();
     91#endif
    9092         dllHandle = RegisterLxDll(hModule, LibMain, (PVOID)&_Resource_PEResTab);
    9193         if(dllHandle == 0)
Note: See TracChangeset for help on using the changeset viewer.