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

    r838 r841  
    2121#define INCL_DOS
    2222#define INCL_WIN
     23#define INCL_LONGLONG
    2324#include <os2.h>
    2425
     
    9394
    9495              CHAR mask[CCHMAXPATH], *enddir, text[CCHMAXPATH * 2];
    95               FILEFINDBUF3 ffb;
     96              FILEFINDBUF3L ffb;
    9697              HDIR hdir;
    9798              ULONG nm;
     
    109110              DosError(FERR_DISABLEHARDERR);
    110111              if (!xDosFindFirst(mask, &hdir, FILE_NORMAL | FILE_ARCHIVED,
    111                                  &ffb, sizeof(ffb), &nm, FIL_STANDARD)) {
     112                                 &ffb, sizeof(ffb), &nm, FIL_STANDARDL)) {
    112113                do {
    113114                  priority_normal();
Note: See TracChangeset for help on using the changeset viewer.