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

    r793 r841  
    1818#define INCL_DOS
    1919#define INCL_WIN
     20#define INCL_LONGLONG
    2021#include <os2.h>
    2122
     
    166167  CHAR szBuff[CCHMAXPATH + 8];
    167168  HOBJECT obj = (HOBJECT) 0;
    168   FILESTATUS3 fsa;
     169  FILESTATUS3L fsa;
    169170
    170171  *szBuff = 0;
     
    199200    while (list[x]) {
    200201      if (!DosQueryPathInfo(list[x],
    201                             FIL_STANDARD, &fsa,
    202                             (ULONG) sizeof(FILESTATUS3))) {
     202                            FIL_STANDARDL, &fsa,
     203                            (ULONG) sizeof(FILESTATUS3L))) {
    203204
    204205        ULONG apt;
Note: See TracChangeset for help on using the changeset viewer.