Changeset 1858 for trunk/dll/dircnrs.c


Ignore:
Timestamp:
Aug 20, 2015, 7:31:14 AM (10 years ago)
Author:
Steven Levine
Message:

Rework FlestWaitForWorkListEmpty to support wait for parents of path
Clean up some obsolete code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/dircnrs.c

    r1856 r1858  
    909909          // Keep drive tree in sync with directory container
    910910          PSZ pszTempDir;
    911 #if 0 // 2015-08-12 SHL FIXME to be gone fInitialDriveScan
    912           while (fInitialDriveScan)
    913             DosSleep(500);                      // Allow to complete
    914           DosSleep(200);                        // Allow to complete
    915 #endif
    916911          pszTempDir = xstrdup(dcd->directory, pszSrcFile, __LINE__);
    917912          if (pszTempDir) {
Note: See TracChangeset for help on using the changeset viewer.