Changeset 907 for trunk/dll/common.c
- Timestamp:
- Jan 6, 2008, 8:26:17 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/common.c
r888 r907 7 7 8 8 Copyright (c) 1993, 1998 M. Kimes 9 Copyright (c) 2001, 200 7Steven H. Levine9 Copyright (c) 2001, 2008 Steven H. Levine 10 10 11 11 13 Aug 05 SHL Renames … … 23 23 ***********************************************************************/ 24 24 25 #include <stdlib.h> 26 #include <string.h> 27 #include <ctype.h> 28 25 29 #define INCL_DOS 26 30 #define INCL_DOSERRORS 27 31 #define INCL_WIN 28 32 #define INCL_GPI 29 #define INCL_LONGLONG 30 #include <os2.h> 31 32 #include <stdarg.h> 33 #include <stdio.h> 34 #include <stdlib.h> 35 #include <string.h> 36 #include <ctype.h> 37 #include <time.h> 38 #include <direct.h> 39 #include <share.h> 40 #include <limits.h> 41 42 #include "fm3dll.h" 33 #define INCL_LONGLONG // dircnrs.h 34 43 35 #include "fm3dlg.h" 44 36 #include "fm3str.h" 45 37 #include "mle.h" 38 #include "filldir.h" // RemoveCnrItems 39 #include "errutil.h" // Dos_Error... 40 #include "strutil.h" // GetPString 41 #include "fm3dll.h" 46 42 47 43 #pragma data_seg(DATA1) … … 244 240 case IDM_CHKDSK: 245 241 runemf2(SEPARATE | WINDOWED, 246 247 242 hwnd, pszSrcFile, __LINE__, NULL, NULL, 243 "PMCHKDSK.EXE %c:", toupper(*dv)); 248 244 break; 249 245 case IDM_OPTIMIZE: … … 265 261 case IDM_FORMAT: 266 262 runemf2(SEPARATE | WINDOWED, 267 268 263 hwnd, pszSrcFile, __LINE__, NULL, NULL, 264 "PMFORMAT.EXE %c:", toupper(*dv)); 269 265 break; 270 266
Note:
See TracChangeset
for help on using the changeset viewer.