Changeset 841 for trunk/dll/srchpath.c
- Timestamp:
- Sep 23, 2007, 6:27:51 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/srchpath.c
r809 r841 18 18 #define INCL_DOS 19 19 #define INCL_DOSERRORS 20 #define INCL_LONGLONG 20 21 21 22 #include <os2.h> … … 104 105 || strchr(filename, ':')) { 105 106 106 FILESTATUS3 fsa;107 FILESTATUS3L fsa; 107 108 108 if (!DosQueryPathInfo(filename, FIL_STANDARD , &fsa, (ULONG) sizeof(fsa)))109 if (!DosQueryPathInfo(filename, FIL_STANDARDL, &fsa, (ULONG) sizeof(fsa))) 109 110 return filename; 110 111 *fbuf = 0;
Note:
See TracChangeset
for help on using the changeset viewer.