Changeset 22010 for trunk/src/kernel32/winexelx.cpp
- Timestamp:
- Aug 6, 2012, 2:01:29 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winexelx.cpp
r21999 r22010 47 47 PTIB ptib; 48 48 49 if (!fForceWin32TIB) { 49 if (fForceWin32TIB) { 50 fSwitchTIBSel = TRUE; 51 } else { 50 52 //Signal to TEB management that we're a real OS/2 app and don't 51 53 //require setting FS to our special win32 selector
Note:
See TracChangeset
for help on using the changeset viewer.