Changeset 125 for trunk/include


Ignore:
Timestamp:
Jun 19, 1999, 7:58:50 PM (26 years ago)
Author:
sandervl
Message:

More TIB changes

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/thread.h

    r123 r125  
    1 /* $Id: thread.h,v 1.2 1999-06-19 13:57:50 sandervl Exp $ */
     1/* $Id: thread.h,v 1.3 1999-06-19 17:58:50 sandervl Exp $ */
    22
    33/*
     
    8888    void         (*startup)(void); /* Thread startup routine */
    8989    struct _THDB  *next;           /* Global thread list */
     90#ifdef __WIN32OS2__
     91    DWORD          OrgTIBSel;      // Original OS/2 TIB selector (always the same, but let's not assume too much for future compatibility)
     92#endif
    9093} THDB;
    9194
  • trunk/include/wprocess.h

    r124 r125  
    1 /* $Id: wprocess.h,v 1.1 1999-06-19 13:58:26 sandervl Exp $ */
     1/* $Id: wprocess.h,v 1.2 1999-06-19 17:58:50 sandervl Exp $ */
    22/*
    33 * Process help functions
     
    1212#define _WPROCESS_H__
    1313
     14//#define WIN32_TIBSEL
     15
    1416void InitializeTIB(BOOL fMainThread = FALSE);
    1517void DestroyTIB();
Note: See TracChangeset for help on using the changeset viewer.