Changeset 907 for trunk/dll/select.c
- Timestamp:
- Jan 6, 2008, 8:26:17 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/select.c
r897 r907 7 7 8 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2004, 200 7Steven H. Levine9 Copyright (c) 2004, 2008 Steven H. Levine 10 10 11 11 01 Aug 04 SHL Rework lstrip/rstrip usage … … 31 31 ***********************************************************************/ 32 32 33 #define INCL_DOS34 #define INCL_WIN35 #define INCL_LONGLONG36 #include <os2.h>37 38 #include <stdio.h>39 33 #include <stdlib.h> 40 34 #include <string.h> … … 42 36 #include <io.h> 43 37 38 #define INCL_DOS 39 #define INCL_WIN 40 #define INCL_LONGLONG 41 42 #include "fm3str.h" 43 #include "filldir.h" // RemoveCnrItems 44 #include "makelist.h" // AddToList 45 #include "errutil.h" // Dos_Error... 46 #include "strutil.h" // GetPString 44 47 #include "fm3dll.h" 45 #include "fm3str.h"46 48 47 49 static PSZ pszSrcFile = __FILE__; … … 50 52 { 51 53 PCNRITEM pci; 52 INT numfiles = 0, numalloc = 0, x = 0; 54 UINT numfiles = 0, numalloc = 0; 55 UINT x = 0; 53 56 INT attribute = CRA_CURSORED; 54 57
Note:
See TracChangeset
for help on using the changeset viewer.