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/cctl_tooltip.c

    r184 r191  
    152152    }
    153153
    154     return (!WinRequestMutexSem(G_hmtxSubclassedTools, SEM_INDEFINITE_WAIT));
     154    return !DosRequestMutexSem(G_hmtxSubclassedTools, SEM_INDEFINITE_WAIT);
    155155}
    156156
Note: See TracChangeset for help on using the changeset viewer.