Changeset 1807 for trunk/dll/dircnrs.c


Ignore:
Timestamp:
May 25, 2015, 8:05:03 PM (10 years ago)
Author:
Gregg Young
Message:

Version update to .def file etc for version 3.23

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/dircnrs.c

    r1803 r1807  
    38013801          Win_Error(hwndClient, hwndClient, pszSrcFile, __LINE__,
    38023802                    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);
    38053807          hwndFrame = (HWND) 0;
    38063808        }
Note: See TracChangeset for help on using the changeset viewer.