Ignore:
Timestamp:
Mar 19, 2001, 8:30:15 PM (24 years ago)
Author:
sandervl
Message:

header update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/wprocess.h

    r4657 r5335  
    1 /* $Id: wprocess.h,v 1.18 2000-11-21 11:33:59 sandervl Exp $ */
     1/* $Id: wprocess.h,v 1.19 2001-03-19 19:30:15 sandervl Exp $ */
    22/*
    33 * Process help functions
     
    2222#include <thread.h>
    2323
    24 TEB *InitializeTIB(BOOL fMainThread = FALSE);
    25 void DestroyTIB();
     24TEB *  WIN32API InitializeTIB(BOOL fMainThread = FALSE);
     25void   WIN32API DestroyTIB();
     26ULONG  WIN32API GetProcessTIBSel();
    2627
    2728void   WIN32API RestoreOS2TIB();
Note: See TracChangeset for help on using the changeset viewer.