Ignore:
Timestamp:
Nov 19, 2001, 4:04:52 AM (24 years ago)
Author:
bird
Message:

Corrected KSEMSHR and KSEMEVT declarations, they're unions not structs.

File:
1 edited

Legend:

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

    r7047 r7383  
    1 /* $Id: OS2KSEM.h,v 1.3 2001-10-14 22:50:21 bird Exp $
     1/* $Id: OS2KSEM.h,v 1.4 2001-11-19 03:04:52 bird Exp $
    22 *
    33 * OS/2 kernel Semaphore functions.
     
    4141/* (This is according to SG24-4640-00.) */
    4242
    43 typedef struct _KSEMSHR
     43typedef union _KSEMSHR
    4444{
    4545    /**
     
    109109
    110110
    111 typedef struct _KSEMEVT
     111typedef union _KSEMEVT
    112112{
    113113    /**
Note: See TracChangeset for help on using the changeset viewer.