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

Exports for getting THDB & TEB added

File:
1 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;
Note: See TracChangeset for help on using the changeset viewer.