Changeset 7829 for trunk/include/wprocess.h
- Timestamp:
- Feb 7, 2002, 12:19:36 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/wprocess.h
r7810 r7829 25 25 ULONG WIN32API GetProcessTIBSel(); 26 26 27 #define TIB_SWITCH_DEFAULT 0 28 #define TIB_SWITCH_FORCE_WIN32 1 27 #define TIB_SWITCH_DEFAULT 0 //executable type determines whether or not FS is changed 28 #define TIB_SWITCH_FORCE_WIN32 1 //always switch to win32 TIB (FS is changed) 29 29 // 30 30 //Switch to WIN32 TIB (FS selector)
Note:
See TracChangeset
for help on using the changeset viewer.