Changeset 21434 for trunk/src/kernel32/winexelx.cpp
- Timestamp:
- Aug 27, 2010, 7:29:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winexelx.cpp
r10397 r21434 45 45 PTIB ptib; 46 46 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 } 50 52 51 53 //We're an OS/2 app
Note:
See TracChangeset
for help on using the changeset viewer.