Changeset 1860 for trunk/dll/treecnr.c


Ignore:
Timestamp:
Aug 22, 2015, 4:30:34 AM (10 years ago)
Author:
Steven Levine
Message:

Rework FlesWaitForWorkListEmpty to support wait for parents of path
Add more wrappers for mutex and event semaphores
Clean up some obsolete code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/treecnr.c

    r1858 r1860  
    101101  12 Jul 15 GKY Fixed trap caused by pci->pszFileName being NullStr
    102102  07 Aug 15 SHL Rework to use AddFleshWorkRequest rather than direct calls to Stubby/Flesh/Unflesh
     103  20 Aug 15 SHL Sync with SetFleshFocusPath mods
    103104
    104105***********************************************************************/
     
    10921093#     endif
    10931094    }
    1094     DosPostEventSem(CompactSem);
     1095    xDosPostEventSem(CompactSem);
    10951096    if (!PostMsg((HWND) 0, WM_QUIT, MPVOID, MPVOID))
    10961097      WinSendMsg((HWND) 0, WM_QUIT, MPVOID, MPVOID);
     
    19811982          free(dir);
    19821983        else
    1983           SetFleshFocusDrive(*dir);
     1984          SetFleshFocusPath(dir);
    19841985      }
    19851986    }
Note: See TracChangeset for help on using the changeset viewer.