Changeset 907 for trunk/dll/saveclip.c
- Timestamp:
- Jan 6, 2008, 8:26:17 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/saveclip.c
r897 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 12 Feb 03 SHL SaveListDlgProc: standardize EA math … … 24 24 ***********************************************************************/ 25 25 26 #define INCL_DOS27 #define INCL_WIN28 #define INCL_LONGLONG29 #include <os2.h>30 31 #include <stdarg.h>32 #include <stdio.h>33 26 #include <stdlib.h> 34 27 #include <string.h> 35 28 #include <share.h> 36 29 37 #include "fm3dll.h" 30 #define INCL_WIN 31 #define INCL_LONGLONG 32 38 33 #include "fm3dlg.h" 39 34 #include "fm3str.h" 35 #include "makelist.h" // AddToList 36 #include "errutil.h" // Dos_Error... 37 #include "strutil.h" // GetPString 38 #include "fm3dll.h" 40 39 41 40 static PSZ pszSrcFile = __FILE__; … … 158 157 { 159 158 CHAR *p, *pp, *text = NULL, **list = NULL; 160 INT numfiles = 0, numalloced = 0;159 UINT numfiles = 0, numalloced = 0; 161 160 162 161 if (WinOpenClipbrd(hab)) {
Note:
See TracChangeset
for help on using the changeset viewer.