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

    r838 r841  
    742742    {
    743743      CHAR s[134], szFileQty[38], szFreeQty[38];
    744       FILEFINDBUF3 ffb;
     744      FILEFINDBUF3L ffb;
    745745      ULONG nm = 1;
    746746      ULONGLONG ullFreeQty;
     
    752752        if (!xDosFindFirst(SwapperDat, &hdir, FILE_NORMAL | FILE_HIDDEN |
    753753                           FILE_SYSTEM | FILE_ARCHIVED | FILE_READONLY,
    754                            &ffb, sizeof(ffb), &nm, FIL_STANDARD)) {
     754                           &ffb, sizeof(ffb), &nm, FIL_STANDARDL)) {
    755755          priority_bumped();
    756756          DosFindClose(hdir);
Note: See TracChangeset for help on using the changeset viewer.