Changeset 841 for trunk/dll/undel.c
- Timestamp:
- Sep 23, 2007, 6:27:51 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/dll/undel.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/undel.c
r793 r841 20 20 #define INCL_DOS 21 21 #define INCL_WIN 22 #define INCL_LONGLONG 22 23 #include <os2.h> 23 24 … … 55 56 struct tempstruct *undelinfo; 56 57 BOOL killme = FALSE; 57 FILESTATUS3 fsa;58 FILESTATUS3L fsa; 58 59 59 60 undelinfo = (struct tempstruct *)arg; … … 135 136 MPFROM2SHORT(0, LIT_FIRST), 136 137 MPFROMP(s)) < 0 137 && DosQueryPathInfo(s, FIL_STANDARD , &fsa,138 && DosQueryPathInfo(s, FIL_STANDARDL, &fsa, 138 139 (ULONG) sizeof(fsa))) 139 140 WinSendDlgItemMsg(hwnd, UNDEL_LISTBOX, LM_INSERTITEM,
Note:
See TracChangeset
for help on using the changeset viewer.
