Changeset 1226
- Timestamp:
- Sep 14, 2008, 1:12:40 AM (17 years ago)
- Location:
- trunk/dll
- Files:
-
- 10 edited
-
objwin.c (modified) (1 diff)
-
obsolete.h (modified) (2 diffs)
-
presparm.c (modified) (1 diff)
-
presparm.h (modified) (1 diff)
-
printer.c (modified) (1 diff)
-
remap.c (modified) (2 diffs)
-
rename.c (modified) (2 diffs)
-
saveclip.c (modified) (1 diff)
-
seeall.c (modified) (2 diffs)
-
select.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/objwin.c
r1211 r1226 22 22 23 23 #include "fm3dll.h" 24 #include "fm3dll2.h" // #define's for UM_*, control id's, etc. 24 25 #include "init.h" // Data declaration(s) 25 26 #include "fm3dlg.h" -
trunk/dll/obsolete.h
r1211 r1226 5 5 6 6 Function declarations neither called or defined in FM/2 source files 7 These can be deleted after a year of disuse, i.e. Sep 2009 7 8 8 9 Copyright (c) 1993-98 M. Kimes … … 15 16 #if !defined(OBSOLETE_H) 16 17 #define OBSOLETE_H 17 18 19 18 20 19 /**************************************************/ -
trunk/dll/presparm.c
r1211 r1226 22 22 23 23 #include "fm3dll.h" 24 #include "colors.h" // typedef RGB2 25 #include "presparm.h" 24 26 #include "notebook.h" // Data declaration(s) 25 #include "presparm.h"26 27 #include "wrappers.h" // xmalloc 27 28 #include "fortify.h" -
trunk/dll/presparm.h
r1199 r1226 16 16 #define PRESPARM_H 17 17 18 // PMBITMAP_INCLUDED - IBM Toolkit 19 // INCL_GPIBITMAPS - OpenWatcom Toolkit 20 // #if !defined(PMBITMAP_INCLUDED) && !defined(INCL_GPIBITMAPS) 21 // typedef struct _RGB2 /* rgb2 */ 22 // { 23 // BYTE bBlue; /* Blue component of the color definition */ 24 // BYTE bGreen; /* Green component of the color definition */ 25 // BYTE bRed; /* Red component of the color definition */ 26 // BYTE fcOptions; /* Reserved, must be zero */ 27 // } 28 // RGB2; 29 // typedef RGB2 *PRGB2; 30 // #endif 31 18 32 VOID CopyPresParams(HWND target, HWND source); 19 33 VOID PresParamChanged(HWND hwnd, CHAR * keyroot, MPARAM mp1, MPARAM mp2); -
trunk/dll/printer.c
r1211 r1226 27 27 28 28 #include "fm3dll.h" 29 #include "fm3dll2.h" // #define's for UM_*, control id's, etc. 29 30 #include "notebook.h" // Data declaration(s) 30 31 #include "mainwnd.h" // Data declaration(s) -
trunk/dll/remap.c
r1212 r1226 29 29 30 30 #include "fm3dll.h" 31 #include "fm3dll2.h" // #define's for UM_*, control id's, etc. 32 #include "remap.h" 31 33 #include "arccnrs.h" // Data declaration(s) 32 34 #include "mainwnd.h" // Data declaration(s) … … 41 43 #include "pathutil.h" // BldFullPathName 42 44 #include "valid.h" // CheckDrive, FillInDriveFlags 43 #include "remap.h"44 45 #include "wrappers.h" // xfgets 45 46 #include "strips.h" // bstrip -
trunk/dll/rename.c
r1212 r1226 22 22 23 23 #include "fm3dll.h" 24 #include "fm3dll2.h" // #define's for UM_*, control id's, etc. 25 #include "worker.h" // typedef MOVEIT 26 #include "rename.h" 24 27 #include "notebook.h" // Data declaration(s) 25 28 #include "init.h" // Data declaration(s) … … 29 32 #include "strutil.h" // GetPString 30 33 #include "copyf.h" // AdjustWildcardName 31 #include "rename.h"32 34 #include "valid.h" // TestFDates 33 35 #include "mkdir.h" // SetDir -
trunk/dll/saveclip.c
r1212 r1226 36 36 37 37 #include "fm3dll.h" 38 #include "fm3dll2.h" // #define's for UM_*, control id's, etc. 38 39 #include "arccnrs.h" // Data declaration(s) 39 40 #include "notebook.h" // Data declaration(s) -
trunk/dll/seeall.c
r1212 r1226 53 53 54 54 #include "fm3dll.h" 55 #include "fm3dll2.h" // #define's for UM_*, control id's, etc. 56 #include "seeall.h" 55 57 #include "mainwnd2.h" // Data declaration(s) 56 58 #include "grep.h" // Data declaration(s) … … 95 97 #include "literal.h" // wildcard 96 98 #include "wrappers.h" // xDosFindNext 97 #include "seeall.h"98 99 #include "misc.h" // SetConditionalCascade 99 100 #include "fonts.h" // SetMLEFont -
trunk/dll/select.c
r1212 r1226 43 43 44 44 #include "fm3dll.h" 45 #include "fm3dll2.h" // #define's for UM_*, control id's, etc. 46 #include "select.h" 45 47 #include "notebook.h" // Data declaration(s) 46 48 #include "newview.h" // Data declarations … … 50 52 #include "errutil.h" // Dos_Error... 51 53 #include "strutil.h" // GetPString 52 #include "select.h"53 54 #include "valid.h" // TestCDates 54 55 #include "misc.h" // CurrentRecord
Note:
See TracChangeset
for help on using the changeset viewer.
