Changeset 847 for trunk/dll/shadow.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/shadow.c

    r841 r847  
    167167  CHAR szBuff[CCHMAXPATH + 8];
    168168  HOBJECT obj = (HOBJECT) 0;
    169   FILESTATUS3L fsa;
     169  FILESTATUS3 fsa;
    170170
    171171  *szBuff = 0;
     
    200200    while (list[x]) {
    201201      if (!DosQueryPathInfo(list[x],
    202                             FIL_STANDARDL, &fsa,
    203                             (ULONG) sizeof(FILESTATUS3L))) {
     202                            FIL_STANDARD, &fsa,
     203                            (ULONG) sizeof(FILESTATUS3))) {
    204204
    205205        ULONG apt;
Note: See TracChangeset for help on using the changeset viewer.