Changeset 22010 for trunk/src/kernel32/wprocess.cpp
- Timestamp:
- Aug 6, 2012, 2:01:29 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/wprocess.cpp
r22000 r22010 81 81 BOOL fIsOS2Image = FALSE; /* TRUE -> Odin32 OS/2 application (not converted!) */ 82 82 /* FALSE -> otherwise */ 83 BOOL fSwitchTIBSel = TRUE;// TRUE -> switch TIB selectors83 BOOL fSwitchTIBSel = FALSE; // TRUE -> switch TIB selectors 84 84 // FALSE -> don't 85 85 BOOL fForceWin32TIB = FALSE; // TRUE -> force TIB switch
Note:
See TracChangeset
for help on using the changeset viewer.