Ignore:
Timestamp:
May 24, 2004, 10:56:07 AM (21 years ago)
Author:
sandervl
Message:

KOM: Updates

File:
1 edited

Legend:

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

    r10339 r10606  
    1 /* $Id: oslibmisc.h,v 1.13 2003-11-21 11:29:33 sandervl Exp $ */
     1/* $Id: oslibmisc.h,v 1.14 2004-05-24 08:56:07 sandervl Exp $ */
    22/*
    33 * Misc util. procedures
     
    3434BOOL  OSLibDisablePopups();
    3535
    36 #define TIB_STACKTOP    0
    37 #define TIB_STACKLOW    1
     36#define TIB_STACKTOP    0
     37#define TIB_STACKLOW    1
    3838
    3939ULONG OSLibGetTIB(int tiboff);
    4040
    4141#define PIB_HMTE        0
    42 #define PIB_TASKHNDL    PIB_HMTE
     42#define PIB_TASKHNDL    PIB_HMTE
    4343#define PIB_TASKTYPE    1
    4444#define PIB_PCHCMD      2
    4545
    46 #define TASKTYPE_PM         0
     46#define TASKTYPE_PM     0
    4747#define TASKTYPE_VIO    1
    4848
     
    100100ULONG OSLibQueryCountry();
    101101
     102ULONG OSLibImSetMsgQueueProperty( ULONG hmq, ULONG ulFlag );
     103
    102104#ifdef __cplusplus
    103105}
Note: See TracChangeset for help on using the changeset viewer.