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

    r841 r847  
    5656  struct tempstruct *undelinfo;
    5757  BOOL killme = FALSE;
    58   FILESTATUS3L fsa;
     58  FILESTATUS3 fsa;
    5959
    6060  undelinfo = (struct tempstruct *)arg;
     
    136136                                     MPFROM2SHORT(0, LIT_FIRST),
    137137                                     MPFROMP(s)) < 0
    138                    && DosQueryPathInfo(s, FIL_STANDARDL, &fsa,
     138                   && DosQueryPathInfo(s, FIL_STANDARD, &fsa,
    139139                                       (ULONG) sizeof(fsa)))
    140140            WinSendDlgItemMsg(hwnd, UNDEL_LISTBOX, LM_INSERTITEM,
Note: See TracChangeset for help on using the changeset viewer.