Changeset 841 for trunk/dll/tools.c
- Timestamp:
- Sep 23, 2007, 6:27:51 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/tools.c
r838 r841 22 22 #define INCL_DOS 23 23 #define INCL_WIN 24 #define INCL_LONGLONG 24 25 #include <os2.h> 25 26 … … 889 890 EM_SETTEXTLIMIT, MPFROM2SHORT(CCHMAXPATH, 0), MPVOID); 890 891 { 891 FILEFINDBUF3 findbuf;892 FILEFINDBUF3L findbuf; 892 893 HDIR hDir; 893 894 ULONG ulSearchCount, x = 0; … … 904 905 FILE_ARCHIVED, 905 906 &findbuf, 906 sizeof(FILEFINDBUF3 ),907 &ulSearchCount, FIL_STANDARD )) {907 sizeof(FILEFINDBUF3L), 908 &ulSearchCount, FIL_STANDARDL)) { 908 909 do { 909 910 priority_bumped(); … … 916 917 } while (!xDosFindNext(hDir, 917 918 &findbuf, 918 sizeof(FILEFINDBUF3 ), &ulSearchCount));919 sizeof(FILEFINDBUF3L), &ulSearchCount)); 919 920 DosFindClose(hDir); 920 921 priority_bumped();
Note:
See TracChangeset
for help on using the changeset viewer.