Changeset 841 for trunk/dll/undel.c


Ignore:
Timestamp:
Sep 23, 2007, 6:27:51 PM (18 years ago)
Author:
Gregg Young
Message:

This implements large file support; The wrappers to allow WARP3 compatibility are not done so this will not run on Warp3or Warp 4 pre fixpack 12(?)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/undel.c

    r793 r841  
    2020#define INCL_DOS
    2121#define INCL_WIN
     22#define INCL_LONGLONG
    2223#include <os2.h>
    2324
     
    5556  struct tempstruct *undelinfo;
    5657  BOOL killme = FALSE;
    57   FILESTATUS3 fsa;
     58  FILESTATUS3L fsa;
    5859
    5960  undelinfo = (struct tempstruct *)arg;
     
    135136                                     MPFROM2SHORT(0, LIT_FIRST),
    136137                                     MPFROMP(s)) < 0
    137                    && DosQueryPathInfo(s, FIL_STANDARD, &fsa,
     138                   && DosQueryPathInfo(s, FIL_STANDARDL, &fsa,
    138139                                       (ULONG) sizeof(fsa)))
    139140            WinSendDlgItemMsg(hwnd, UNDEL_LISTBOX, LM_INSERTITEM,
Note: See TracChangeset for help on using the changeset viewer.