Changeset 907 for trunk/dll/defview.c
- Timestamp:
- Jan 6, 2008, 8:26:17 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/defview.c
r901 r907 5 5 6 6 Copyright (c) 1993-98 M. Kimes 7 Copyright (c) 2003, 200 7Steven H.Levine7 Copyright (c) 2003, 2008 Steven H.Levine 8 8 9 9 Default file viewer … … 20 20 ***********************************************************************/ 21 21 22 #include <string.h> 23 #include <ctype.h> 24 22 25 #define INCL_DOS 23 26 #define INCL_WIN 24 27 #define INCL_GPI 25 28 #define INCL_MMIOOS2 29 #define INCL_LONGLONG // dircnrs.h 26 30 #include <os2.h> 27 31 #include <os2me.h> 28 32 29 #include <stdio.h> 30 #include <stdlib.h> 31 #include <string.h> 32 #include <ctype.h> 33 33 #include "fm3dlg.h" 34 #include "arccnrs.h" // StartArcCnr 35 #include "errutil.h" // Dos_Error... 34 36 #include "fm3dll.h" 35 #include "fm3dlg.h"36 37 37 38 static PSZ pszSrcFile = __FILE__;
Note:
See TracChangeset
for help on using the changeset viewer.