Changeset 841 for trunk/undel.c
- Timestamp:
- Sep 23, 2007, 6:27:51 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/undel.c
r551 r841 1 1 #define INCL_DOS 2 2 #define INCL_WIN 3 #define INCL_LONGLONG 3 4 4 5 #include <os2.h> … … 16 17 HAB hab; 17 18 HMQ hmq; 18 FILESTATUS3 fs;19 FILESTATUS3L fs; 19 20 static CHAR fullname[CCHMAXPATH]; 20 21 CHAR *thisarg = NULL; … … 33 34 } 34 35 DosError(FERR_DISABLEHARDERR); 35 if (thisarg && !DosQueryPathInfo(thisarg, FIL_STANDARD , &fs, sizeof(fs))) {36 if (thisarg && !DosQueryPathInfo(thisarg, FIL_STANDARDL, &fs, sizeof(fs))) { 36 37 if (DosQueryPathInfo(thisarg, 37 38 FIL_QUERYFULLNAME, fullname, sizeof(fullname)))
Note:
See TracChangeset
for help on using the changeset viewer.