Changeset 844 for trunk/dll/fsopen.c
- Timestamp:
- Sep 24, 2007, 1:06:44 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/fsopen.c
r841 r844 68 68 else 69 69 openmode |= OPEN_FLAGS_RANDOMSEQUENTIAL; 70 if (DosOpen L(filename, &handle, &action, 0, FILE_NORMAL, openflag, openmode,71 70 if (DosOpen(filename, &handle, &action, 0, FILE_NORMAL, openflag, openmode, 71 (PEAOP2) 0)) 72 72 return NULL; 73 73 if (mode[strlen(mode) - 1] == 't')
Note:
See TracChangeset
for help on using the changeset viewer.