Ignore:
Timestamp:
Sep 26, 2001, 5:52:37 AM (24 years ago)
Author:
bird
Message:

Updated to work for kKrnlLib.DLL and internally in kKrnlLib.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/kKrnlLib/include/OS2KSEM.h

    r6701 r6815  
    1 /* $Id: OS2KSEM.h,v 1.1 2001-09-14 01:50:15 bird Exp $
     1/* $Id: OS2KSEM.h,v 1.2 2001-09-26 03:52:36 bird Exp $
    22 *
    33 * OS/2 kernel Semaphore functions.
     
    156156 */
    157157extern ULONG KRNLCALL KSEMRequestMutex(HKSEMMTX hkmtx, ULONG ulTimeout);
     158extern ULONG KRNLCALL OrgKSEMRequestMutex(HKSEMMTX hkmtx, ULONG ulTimeout);
    158159extern VOID  KRNLCALL KSEMReleaseMutex(HKSEMMTX hkmtx);
     160extern VOID  KRNLCALL OrgKSEMReleaseMutex(HKSEMMTX hkmtx);
    159161extern ULONG KRNLCALL KSEMQueryMutex(HKSEMMTX hkmtx, PUSHORT pcusNest);
     162extern ULONG KRNLCALL OrgKSEMQueryMutex(HKSEMMTX hkmtx, PUSHORT pcusNest);
    160163
    161164
     
    180183#endif
    181184extern VOID  KRNLCALL KSEMInit(PKSEM pksem, ULONG fulType, ULONG fulFlags);
     185extern VOID  KRNLCALL OrgKSEMInit(PKSEM pksem, ULONG fulType, ULONG fulFlags);
    182186#if 0
    183187extern VOID  KRNLCALL KSEMQuery(HKSEM hksem, ULONG p2)
Note: See TracChangeset for help on using the changeset viewer.