Changeset 907 for trunk/dll/chklist.c
- Timestamp:
- Jan 6, 2008, 8:26:17 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/chklist.c
r847 r907 7 7 8 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2005, 200 6Steven H.Levine9 Copyright (c) 2005, 2008 Steven H.Levine 10 10 11 11 10 Jan 05 SHL Allow DND_TARGET to hold CCHMAXPATH … … 16 16 ***********************************************************************/ 17 17 18 #include <string.h> 19 #include <ctype.h> 20 18 21 #define INCL_DOS 19 22 #define INCL_WIN 20 23 #define INCL_GPI 21 24 #define INCL_LONGLONG 22 #include <os2.h> 23 24 #include <stdio.h> 25 #include <stdlib.h> 26 #include <string.h> 27 #include <ctype.h> 28 29 #include "fm3dll.h" 25 30 26 #include "fm3dlg.h" 31 27 #include "fm3str.h" 28 #include "makelist.h" // AddToList 29 #include "errutil.h" // Dos_Error... 30 #include "strutil.h" // GetPString 31 #include "fm3dll.h" 32 32 33 33 #pragma data_seg(DATA1) … … 193 193 194 194 CHAR szBuffer[CCHMAXPATH + 1]; 195 INT numfiles = 0, numalloc = 0, error; 195 UINT numfiles = 0, numalloc = 0; 196 INT error; 196 197 SHORT x; 197 198 … … 508 509 SHORT x; 509 510 CHAR szBuffer[CCHMAXPATH + 1]; 510 INT numfiles = 0, numalloc = 0, error; 511 UINT numfiles = 0, numalloc = 0; 512 INT error; 511 513 USHORT cmd; 512 514
Note:
See TracChangeset
for help on using the changeset viewer.