Ignore:
Timestamp:
Aug 27, 2010, 7:29:17 PM (15 years ago)
Author:
dmik
Message:

Fixed: Starting executables with RegisterLxExe() would mistakenly disable SEH support even if it was enabled with EnableSEH() before.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/winexelx.cpp

    r10397 r21434  
    4545 PTIB   ptib;
    4646
    47   //Signal to TEB management that we're a real OS/2 app and don't
    48   //require setting FS to our special win32 selector
    49   fSwitchTIBSel = FALSE;
     47  if (!fSEHEnabled) {
     48      //Signal to TEB management that we're a real OS/2 app and don't
     49      //require setting FS to our special win32 selector
     50      fSwitchTIBSel = FALSE;
     51  }
    5052
    5153  //We're an OS/2 app
Note: See TracChangeset for help on using the changeset viewer.