Changeset 838 for trunk/dll/viewinf.c
- Timestamp:
- Sep 21, 2007, 9:19:18 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/viewinf.c
r794 r838 108 108 nm = 1; 109 109 DosError(FERR_DISABLEHARDERR); 110 if (! DosFindFirst(mask, &hdir, FILE_NORMAL | FILE_ARCHIVED,111 &ffb, sizeof(ffb), &nm, FIL_STANDARD)) {110 if (!xDosFindFirst(mask, &hdir, FILE_NORMAL | FILE_ARCHIVED, 111 &ffb, sizeof(ffb), &nm, FIL_STANDARD)) { 112 112 do { 113 113 priority_normal(); … … 148 148 Continue: 149 149 nm = 1; 150 } while (! DosFindNext(hdir, &ffb, sizeof(ffb), &nm));150 } while (!xDosFindNext(hdir, &ffb, sizeof(ffb), &nm)); 151 151 DosFindClose(hdir); 152 152 priority_normal();
Note:
See TracChangeset
for help on using the changeset viewer.