Changeset 766 for trunk/dll/arccnrs.c
- Timestamp:
- Aug 5, 2007, 10:21:20 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/arccnrs.c
r762 r766 1980 1980 WinSendMsg(dcd->hwndCnr, WM_COMMAND, 1981 1981 MPFROM2SHORT(IDM_COLLECTOR, 0), MPVOID); 1982 DosSleep(128 L);1982 DosSleep(128); 1983 1983 if (Collector) { 1984 1984 if (!PostMsg(Collector, WM_COMMAND, … … 2005 2005 if (dcd) { 2006 2006 if (*dcd->workdir) { 2007 DosSleep(33 L);2007 DosSleep(33); 2008 2008 wipeallf("%s\\*", dcd->workdir); 2009 2009 if (rmdir(dcd->workdir)) { 2010 DosSleep(256 L);2010 DosSleep(256); 2011 2011 wipeallf("%s\\*", dcd->workdir); 2012 2012 rmdir(dcd->workdir); … … 2396 2396 } 2397 2397 else 2398 DosSleep(1 L);2398 DosSleep(1); 2399 2399 SayFilter(WinWindowFromID(WinQueryWindow(hwnd, QW_PARENT), 2400 2400 DIR_FILTER), &dcd->mask, TRUE); … … 2793 2793 } 2794 2794 WinSetWindowPos(hwndC, HWND_TOP, 0, 0, 0, 0, SWP_ACTIVATE); 2795 DosSleep(128 L);2795 DosSleep(128); 2796 2796 } 2797 2797 }
Note:
See TracChangeset
for help on using the changeset viewer.