Changeset 838 for trunk/dll/inis.c


Ignore:
Timestamp:
Sep 21, 2007, 9:19:18 PM (18 years ago)
Author:
Gregg Young
Message:

Remainder of changes for xDosFindFirst/Next wrapper performance test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/inis.c

    r793 r838  
    523523      nm = 1;
    524524      DosError(FERR_DISABLEHARDERR);
    525       if (!DosFindFirst("*.IST",
    526                         &hdir,
    527                         FILE_NORMAL | FILE_ARCHIVED,
    528                         &ffb, sizeof(ffb), &nm, FIL_STANDARD)) {
     525      if (!xDosFindFirst("*.IST",
     526                         &hdir,
     527                         FILE_NORMAL | FILE_ARCHIVED,
     528                         &ffb, sizeof(ffb), &nm, FIL_STANDARD)) {
    529529        do {
    530530          priority_bumped();
     
    533533                            MPFROMP(ffb.achName));
    534534          nm = 1;
    535         } while (!DosFindNext(hdir, &ffb, sizeof(ffb), &nm));
     535        } while (!xDosFindNext(hdir, &ffb, sizeof(ffb), &nm));
    536536        DosFindClose(hdir);
    537537        priority_bumped();
Note: See TracChangeset for help on using the changeset viewer.