Changeset 907 for trunk/dll/printer.c
- Timestamp:
- Jan 6, 2008, 8:26:17 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/printer.c
r843 r907 7 7 8 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2004, 200 6Steven H.Levine9 Copyright (c) 2004, 2008 Steven H.Levine 10 10 11 11 01 Aug 04 SHL Rework lstrip/rstrip usage … … 21 21 #include <string.h> 22 22 #include <ctype.h> 23 #include <stdio.h>24 #include <io.h>25 23 #include <share.h> 26 #include <string.h>27 24 28 25 #define INCL_DOS 29 26 #define INCL_WIN 30 #include <os2.h> 31 32 #include "fm3dll.h" 27 #define INCL_LONGLONG // dircnrs.h 28 33 29 #include "fm3dlg.h" 34 30 #include "fm3str.h" 31 #include "makelist.h" // AddToList 32 #include "errutil.h" // Dos_Error... 33 #include "strutil.h" // GetPString 34 #include "fm3dll.h" 35 35 36 36 #pragma data_seg(DATA1) … … 547 547 { 548 548 CHAR szBuffer[CCHMAXPATH + 1]; 549 INT numfiles = 0, numalloc = 0, error; 549 UINT numfiles = 0, numalloc = 0; 550 INT error; 550 551 SHORT x; 551 552
Note:
See TracChangeset
for help on using the changeset viewer.