Changeset 21941 for trunk/include/wprocess.h
- Timestamp:
- Jan 18, 2012, 11:30:59 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/wprocess.h
r21916 r21941 40 40 // Set up the TEB structure of the CURRENT (!) thread 41 41 //****************************************************************************** 42 BOOL WIN32API InitializeThread(TEB *teb, BOOL fMainThread = FALSE);42 BOOL WIN32API InitializeThread(TEB *teb, BOOL fMainThread DEF_VAL(FALSE)); 43 43 44 44 void WIN32API DestroyTEB(TEB *teb); … … 51 51 //NOTE: This is not done for Odin32 applications (LX), unless 52 52 // fForceSwitch is TRUE) 53 USHORT WIN32API SetWin32TIB(BOOL fForceSwitch = TIB_SWITCH_DEFAULT);53 USHORT WIN32API SetWin32TIB(BOOL fForceSwitch DEF_VAL(TIB_SWITCH_DEFAULT)); 54 54 void WIN32API RestoreOS2TIB(); 55 55
Note:
See TracChangeset
for help on using the changeset viewer.