Changeset 844 for trunk/dll/fsopen.c


Ignore:
Timestamp:
Sep 24, 2007, 1:06:44 AM (18 years ago)
Author:
Gregg Young
Message:

Reversion of some large file funtions where file sizes is not used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/fsopen.c

    r841 r844  
    6868  else
    6969    openmode |= OPEN_FLAGS_RANDOMSEQUENTIAL;
    70   if (DosOpenL(filename, &handle, &action, 0, FILE_NORMAL, openflag, openmode,
    71                (PEAOP2) 0))
     70  if (DosOpen(filename, &handle, &action, 0, FILE_NORMAL, openflag, openmode,
     71              (PEAOP2) 0))
    7272    return NULL;
    7373  if (mode[strlen(mode) - 1] == 't')
Note: See TracChangeset for help on using the changeset viewer.