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/kernel32/winexelx.cpp

    r21916 r21999  
    4747 PTIB   ptib;
    4848
    49   if (!fSEHEnabled) {
     49  if (!fForceWin32TIB) {
    5050      //Signal to TEB management that we're a real OS/2 app and don't
    5151      //require setting FS to our special win32 selector
Note: See TracChangeset for help on using the changeset viewer.