Changeset 7811 for trunk/src/kernel32/wprocess.cpp
- Timestamp:
- Feb 6, 2002, 5:33:40 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/wprocess.cpp
r7794 r7811 1 /* $Id: wprocess.cpp,v 1.14 2 2002-02-02 14:19:01sandervl Exp $ */1 /* $Id: wprocess.cpp,v 1.143 2002-02-06 16:33:40 sandervl Exp $ */ 2 2 3 3 /* … … 372 372 } 373 373 /******************************************************************************/ 374 //Switch to WIN32 TIB (FS selector) 375 //NOTE: This is not done for Odin32 applications (LX), unless 376 // fForceSwitch is TRUE) 374 377 /******************************************************************************/ 375 USHORT WIN32API SetWin32TIB( )378 USHORT WIN32API SetWin32TIB(BOOL fForceSwitch) 376 379 { 377 380 SHORT win32tibsel; … … 380 383 //If we're running an Odin32 OS/2 application (not converted!), then we 381 384 //we don't switch FS selectors 382 if(fIsOS2Image ) {385 if(fIsOS2Image && !fForceSwitch) { 383 386 return GetFS(); 384 387 }
Note:
See TracChangeset
for help on using the changeset viewer.