Changeset 1874 for trunk/dll/flesh.h
- Timestamp:
- Sep 27, 2015, 7:20:10 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/dll/flesh.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/flesh.h
r1863 r1874 12 12 19 Aug 15 SHL Allow WaitFleshWorkListEmpty to wait for dependent items 13 13 22 Aug 15 GKY Remove recurse scan code. 14 27 Sep 15 GKY DosSleep times in WaitFleshWorkListEmpty set by caller 14 15 15 16 ***********************************************************************/ … … 27 28 28 29 #if 0 // 2015-08-03 SHL FIXME debug 29 VOID WaitFleshWorkListEmpty(PCSZ pszDirName );30 VOID WaitFleshWorkListEmpty(PCSZ pszDirName, ULONG ulSleep); 30 31 #else 31 #define WaitFleshWorkListEmpty(pszDirName ) WaitFleshWorkListEmptyDbg(pszDirName, __FILE__, __LINE__)32 VOID WaitFleshWorkListEmptyDbg(PCSZ pszDirName, PCSZ pszSrcFile, UINT uSrcLineNo);32 #define WaitFleshWorkListEmpty(pszDirName, ulSleep) WaitFleshWorkListEmptyDbg(pszDirName, ulSleep, __FILE__, __LINE__) 33 VOID WaitFleshWorkListEmptyDbg(PCSZ pszDirName, ULONG ulSleep, PCSZ pszSrcFile, UINT uSrcLineNo); 33 34 #endif 34 35
Note:
See TracChangeset
for help on using the changeset viewer.
