Ignore:
Timestamp:
Jun 23, 2001, 9:45:43 AM (24 years ago)
Author:
sandervl
Message:

compile fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/hmsemaphore.cpp

    r6069 r6079  
    1 /* $Id: hmsemaphore.cpp,v 1.6 2001-06-22 19:40:28 sandervl Exp $ */
     1/* $Id: hmsemaphore.cpp,v 1.7 2001-06-23 07:45:43 sandervl Exp $ */
    22
    33/*
     
    6060                                /* waiter and auto-reset the semaphore when*/
    6161                                /* there are multiple waiters.             */
    62 #endif
    63 
     62
     63#endif
     64
     65#ifdef USE_OS2SEMAPHORES
    6466typedef struct {
    6567    LONG currentCount;
     
    6870    HEV  hev;
    6971} SEM_INFO, *PSEM_INFO;
     72#endif
    7073
    7174/*****************************************************************************
Note: See TracChangeset for help on using the changeset viewer.