Changeset 847 for trunk/dll/undel.c
- Timestamp:
- Sep 29, 2007, 8:45:16 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/dll/undel.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/undel.c
r841 r847 56 56 struct tempstruct *undelinfo; 57 57 BOOL killme = FALSE; 58 FILESTATUS3 Lfsa;58 FILESTATUS3 fsa; 59 59 60 60 undelinfo = (struct tempstruct *)arg; … … 136 136 MPFROM2SHORT(0, LIT_FIRST), 137 137 MPFROMP(s)) < 0 138 && DosQueryPathInfo(s, FIL_STANDARD L, &fsa,138 && DosQueryPathInfo(s, FIL_STANDARD, &fsa, 139 139 (ULONG) sizeof(fsa))) 140 140 WinSendDlgItemMsg(hwnd, UNDEL_LISTBOX, LM_INSERTITEM,
Note:
See TracChangeset
for help on using the changeset viewer.
