Ignore:
Timestamp:
Feb 6, 2002, 5:32:46 PM (24 years ago)
Author:
sandervl
Message:

header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/wprocess.h

    r5336 r7810  
    2525ULONG  WIN32API GetProcessTIBSel();
    2626
     27#define TIB_SWITCH_DEFAULT      0
     28#define TIB_SWITCH_FORCE_WIN32  1
     29//
     30//Switch to WIN32 TIB (FS selector)
     31//NOTE: This is not done for Odin32 applications (LX), unless
     32//      fForceSwitch is TRUE)
     33USHORT WIN32API SetWin32TIB(BOOL fForceSwitch = TIB_SWITCH_DEFAULT);
    2734void   WIN32API RestoreOS2TIB();
    28 USHORT WIN32API SetWin32TIB();
     35
    2936void   SetPDBInstance(HINSTANCE hInstance);
    3037
Note: See TracChangeset for help on using the changeset viewer.