Changeset 1549 for trunk/dll/mainwnd.c
- Timestamp:
- Oct 25, 2010, 3:08:51 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/mainwnd.c
r1546 r1549 358 358 Runtime_Error(pszSrcFile, __LINE__, "%u unexpected", mp2); 359 359 } 360 if (fInitialDriveScan) {361 fInitialDriveScan = FALSE;362 DosPostEventSem(hevInitialCnrScanComplete);363 DosCloseEventSem(hevInitialCnrScanComplete);364 }365 360 return 0; 366 361 … … 5805 5800 load_tools(NULL); 5806 5801 PostMsg(hwndToolback, UM_SETUP2, MPVOID, MPVOID); 5807 if (fInitialDriveScan) {5808 fInitialDriveScan = FALSE;5809 DosPostEventSem(hevInitialCnrScanComplete);5810 DosCloseEventSem(hevInitialCnrScanComplete);5811 }5812 5802 } 5813 5803 PostMsg(MainObjectHwnd, UM_SETUP4, mp1, mp2);
Note:
See TracChangeset
for help on using the changeset viewer.