Changeset 907 for trunk/dll/uudecode.c
- Timestamp:
- Jan 6, 2008, 8:26:17 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/uudecode.c
r793 r907 7 7 8 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2005, 200 7Steven H. Levine9 Copyright (c) 2005, 2008 Steven H. Levine 10 10 11 11 06 Jun 05 SHL Indent -i2 … … 19 19 ***********************************************************************/ 20 20 21 #include <stdlib.h> 22 #include <string.h> 23 #include <share.h> 24 21 25 #define INCL_DOS 22 26 #define INCL_WIN 23 #include <os2.h> 24 25 #include <stdlib.h> 26 #include <stdio.h> 27 #include <string.h> 28 #include <share.h> 29 30 #include "fm3dll.h" 27 #define INCL_LONGLONG // dircnrs.h 28 31 29 #include "fm3dlg.h" 32 30 #include "fm3str.h" 31 #include "makelist.h" // AddToList 32 #include "errutil.h" // Dos_Error... 33 #include "strutil.h" // GetPString 34 #include "fm3dll.h" 33 35 34 36 static PSZ pszSrcFile = __FILE__; … … 325 327 BOOL append, binary; 326 328 CHAR **list = NULL, **test, szBuffer[CCHMAXPATH]; 327 INT numfiles = 0, numalloc = 0, error; 329 UINT numfiles = 0, numalloc = 0; 330 INT error; 328 331 SHORT x, y; 329 332
Note:
See TracChangeset
for help on using the changeset viewer.