Ignore:
Timestamp:
Jul 24, 2002, 11:49:43 PM (23 years ago)
Author:
umoeller
Message:

Mutex modifications.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/semaphores.c

    r167 r191  
    180180                                  TRUE));      // request!
    181181
    182     return (WinRequestMutexSem(G_hmtxGlobal, SEM_INDEFINITE_WAIT));
     182    return DosRequestMutexSem(G_hmtxGlobal, SEM_INDEFINITE_WAIT);
    183183}
    184184
Note: See TracChangeset for help on using the changeset viewer.