Ignore:
Timestamp:
Jun 11, 2002, 6:31:37 PM (23 years ago)
Author:
sandervl
Message:

header update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/wprocess.h

    r8017 r8645  
    2424#define ODIN_TO_OS2_THREADID(threadid)          (threadid & 0xFFFF)
    2525
    26 TEB *  WIN32API InitializeTIB(BOOL fMainThread = FALSE);
    27 void   WIN32API DestroyTIB();
     26TEB   *WIN32API CreateTEB(HANDLE hThread, DWORD dwThreadId);
     27TEB   *WIN32API InitializeMainThread();
     28
     29//******************************************************************************
     30// Set up the TEB structure of the CURRENT (!) thread
     31//******************************************************************************
     32BOOL   WIN32API InitializeThread(TEB *teb, BOOL fMainThread = FALSE);
     33
     34void   WIN32API DestroyTEB(TEB *teb);
    2835ULONG  WIN32API GetProcessTIBSel();
    2936
Note: See TracChangeset for help on using the changeset viewer.