Changeset 847 for trunk/dll/srchpath.c
- Timestamp:
- Sep 29, 2007, 8:45:16 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/srchpath.c
r841 r847 105 105 || strchr(filename, ':')) { 106 106 107 FILESTATUS3 Lfsa;107 FILESTATUS3 fsa; 108 108 109 if (!DosQueryPathInfo(filename, FIL_STANDARD L, &fsa, (ULONG) sizeof(fsa)))109 if (!DosQueryPathInfo(filename, FIL_STANDARD, &fsa, (ULONG) sizeof(fsa))) 110 110 return filename; 111 111 *fbuf = 0;
Note:
See TracChangeset
for help on using the changeset viewer.