Changeset 1551 for trunk/dll/mainwnd.c


Ignore:
Timestamp:
Nov 15, 2010, 4:33:25 AM (15 years ago)
Author:
Gregg Young
Message:

This code adds the semaphores to prevent a rescan from starting before the current one is finished; it fixes the double directory listing in the tree container and streamlines scanning. It update mapsym.pl to the latest version. Some code cleanup is included

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/mainwnd.c

    r1550 r1551  
    18621862
    18631863  case WM_COMMAND:
    1864     if (fInitialDriveScan)
    1865       DosWaitEventSem(hevInitialCnrScanComplete, SEM_INDEFINITE_WAIT);
     1864    DosWaitEventSem(hevTreeCnrScanComplete, SEM_INDEFINITE_WAIT);
    18661865    switch(SHORT1FROMMP(mp1)) {
    18671866    case IDM_RESCAN:
Note: See TracChangeset for help on using the changeset viewer.