Changeset 1807 for trunk/dll/dircnrs.c
- Timestamp:
- May 25, 2015, 8:05:03 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/dircnrs.c
r1803 r1807 3801 3801 Win_Error(hwndClient, hwndClient, pszSrcFile, __LINE__, 3802 3802 PCSZ_WINCREATEWINDOW); 3803 PostMsg(hwndClient, WM_CLOSE, MPVOID, MPVOID); 3804 free(dcd); 3803 PostMsg(hwndClient, WM_CLOSE, MPVOID, MPVOID); 3804 DosRequestMutexSem(hmtxFiltering, SEM_INDEFINITE_WAIT); 3805 free(dcd); 3806 DosReleaseMutexSem(hmtxFiltering); 3805 3807 hwndFrame = (HWND) 0; 3806 3808 }
Note:
See TracChangeset
for help on using the changeset viewer.