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

    r793 r841  
    1919#define INCL_DOS
    2020#define INCL_WIN
     21#define INCL_LONGLONG
    2122#include <os2.h>
    2223
     
    9596}
    9697
    97 INT AddToFileList(CHAR * string, FILEFINDBUF4 * ffb4, FILELIST *** list,
     98INT AddToFileList(CHAR * string, FILEFINDBUF4L * ffb4, FILELIST *** list,
    9899                  INT * numfiles, INT * numalloced)
    99100{
Note: See TracChangeset for help on using the changeset viewer.