Changeset 320 for trunk/include


Ignore:
Timestamp:
Jul 17, 1999, 11:20:10 AM (26 years ago)
Author:
sandervl
Message:

Exports for getting THDB & TEB added

Location:
trunk/include
Files:
2 edited

Legend:

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

    r281 r320  
    1 /* $Id: thread.h,v 1.4 1999-07-07 08:11:09 sandervl Exp $ */
     1/* $Id: thread.h,v 1.5 1999-07-17 09:19:15 sandervl Exp $ */
    22
    33/*
     
    9898#ifdef __WIN32OS2__
    9999    DWORD          OrgTIBSel;      // Original OS/2 TIB selector (always the same, but let's not assume too much for future compatibility)
     100    ULONG          hmq;            // Thread message queue
     101    ULONG          hab;            // Thread Anchor block
    100102#endif
    101103} THDB;
  • trunk/include/wprocess.h

    r281 r320  
    1 /* $Id: wprocess.h,v 1.5 1999-07-07 08:11:09 sandervl Exp $ */
     1/* $Id: wprocess.h,v 1.6 1999-07-17 09:19:15 sandervl Exp $ */
    22/*
    33 * Process help functions
     
    1616#ifdef OS2_INCLUDED
    1717typedef DWORD TEB;
     18typedef DWORD THDB;
    1819#else
    1920#include <winprocess.h>
     
    3233extern DWORD  *TIBFlatPtr;
    3334
     35TEB  *WIN32API GetThreadTEB();
     36THDB *WIN32API GetThreadTHDB();
     37
    3438#endif
Note: See TracChangeset for help on using the changeset viewer.