Changeset 191 for trunk/src/helpers/cctl_checkcnr.c
- Timestamp:
- Jul 24, 2002, 11:49:43 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/cctl_checkcnr.c
r184 r191 365 365 PFNWP pfnwpOrig = 0; 366 366 367 if ( WinRequestMutexSem(G_hmtxCnrOwnersList, 5000) == NO_ERROR)367 if (!DosRequestMutexSem(G_hmtxCnrOwnersList, 5000)) 368 368 { 369 369 PLISTNODE pNode = lstQueryFirstNode(G_pllCnrOwners); … … 555 555 556 556 case WM_DESTROY: 557 if ( WinRequestMutexSem(G_hmtxCnrOwnersList, 5000) == NO_ERROR)557 if (!DosRequestMutexSem(G_hmtxCnrOwnersList, 5000)) 558 558 { 559 559 if (WinIsWindow(pcbco->habCnr, … … 599 599 PFNWP pfnwpOrig = 0; 600 600 601 if ( WinRequestMutexSem(G_hmtxCnrOwnersList, 5000) == NO_ERROR)601 if (!DosRequestMutexSem(G_hmtxCnrOwnersList, 5000)) 602 602 { 603 603 PLISTNODE pNode = lstQueryFirstNode(G_pllCnrOwners); … … 844 844 if (pcbco = ctlSubclassCheckboxContainer(hwndCnr)) 845 845 { 846 if ( WinRequestMutexSem(G_hmtxCnrOwnersList, 5000) == NO_ERROR)846 if (!DosRequestMutexSem(G_hmtxCnrOwnersList, 5000)) 847 847 { 848 848 lstAppendItem(G_pllCnrOwners, pcbco);
Note:
See TracChangeset
for help on using the changeset viewer.