Ignore:
Timestamp:
Jun 19, 1999, 3:57:51 PM (26 years ago)
Author:
sandervl
Message:

Changes for Win32 TIB allocation (not activated)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/os2util.h

    r99 r123  
    1 /* $Id: os2util.h,v 1.3 1999-06-10 19:11:31 phaller Exp $ */
     1/* $Id: os2util.h,v 1.4 1999-06-19 13:57:51 sandervl Exp $ */
    22
    33/*
     
    4141void  OS2Wait(ULONG msec);
    4242
     43
     44BOOL  OS2AllocSel(ULONG size, USHORT *selector);
     45BOOL  OS2FreeSel(USHORT selector);
     46PVOID OS2SelToFlat(USHORT selector);
     47
     48#define TIB_STACKTOP    0
     49#define TIB_STACKLOW    1
     50
     51ULONG OS2GetTIB(int tiboff);
     52
     53#define PIB_TASKHNDL    0
     54#define PIB_TASKTYPE    1
     55
     56#define TASKTYPE_PM     0
     57#define TASKTYPE_VIO    1
     58
     59ULONG OS2GetPIB(int piboff);
     60
    4361#ifdef __cplusplus
    4462      }
Note: See TracChangeset for help on using the changeset viewer.