Changeset 847 for trunk/dll/srchpath.c


Ignore:
Timestamp:
Sep 29, 2007, 8:45:16 PM (18 years ago)
Author:
Gregg Young
Message:

Removed large file APIs from code where hey are not needed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/srchpath.c

    r841 r847  
    105105      || strchr(filename, ':')) {
    106106
    107     FILESTATUS3L fsa;
     107    FILESTATUS3 fsa;
    108108
    109     if (!DosQueryPathInfo(filename, FIL_STANDARDL, &fsa, (ULONG) sizeof(fsa)))
     109    if (!DosQueryPathInfo(filename, FIL_STANDARD, &fsa, (ULONG) sizeof(fsa)))
    110110      return filename;
    111111    *fbuf = 0;
Note: See TracChangeset for help on using the changeset viewer.