Changeset 1221
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/chklist.c
r1204 r1221 25 25 26 26 #include "fm3dll.h" 27 #include "fm3dll2.h" // #define's for UM_*, control id's, etc. 27 28 #include "notebook.h" // Data declaration(s) 28 29 #include "mainwnd.h" // Data declaration(s) -
trunk/dll/chklist.h
r1194 r1221 17 17 #define CHKLIST_H 18 18 19 #define CHECK_FILES 1 20 21 typedef struct 22 { 23 USHORT size; 24 ULONG flags; 25 ULONG cmd; 26 USHORT dummy; 27 CHAR *prompt; 28 CHAR **list; 29 } 30 CHECKLIST; 31 19 32 VOID CenterOverWindow(HWND hwnd); 20 33 MRESULT EXPENTRY CheckListProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2); -
trunk/dll/cmdline.c
r1204 r1221 33 33 34 34 #include "fm3dll.h" 35 #include "fm3dll2.h" // #define's for UM_*, control id's, etc. 35 36 #include "arccnrs.h" // Data declaration(s) 36 37 #include "fm2cmd.h" // Data declaration(s) -
trunk/dll/codepage.c
r1205 r1221 22 22 23 23 #include "fm3dll.h" 24 #include "fm3dll2.h" // #define's for UM_*, control id's, etc. 24 25 #include "notebook.h" // Data declaration(s) 25 26 #include "mainwnd.h" // Data declaration(s) -
trunk/dll/collect.c
r1205 r1221 71 71 72 72 #include "fm3dll.h" 73 #include "fm3dll2.h" // #define's for UM_*, control id's, etc. 73 74 #include "dircnrs.h" // Data declaration(s) 74 75 #include "info.h" // Data declaration(s) -
trunk/dll/colors.c
r1180 r1221 23 23 24 24 #include "fm3dll.h" 25 #include "fm3dll2.h" // #define's for UM_*, control id's, etc. 25 26 #include "fm3dlg.h" 26 27 #include "strutil.h" // GetPString -
trunk/dll/colors.h
r1195 r1221 17 17 #define COLORS_H 18 18 19 typedef struct 20 { 21 USHORT size; 22 USHORT numcolors; 23 USHORT flags; 24 USHORT currentcolor; 25 ULONG prompt; 26 long *colors; 27 ULONG descriptions; 28 long *origs; 29 } 30 COLORS; 31 32 // PMBITMAP_INCLUDED - IBM Toolkit 33 // INCL_GPIBITMAPS - OpenWatcom Toolkit 34 #if !defined(PMBITMAP_INCLUDED) && !defined(INCL_GPIBITMAPS) 35 typedef struct _RGB2 /* rgb2 */ 36 { 37 BYTE bBlue; /* Blue component of the color definition */ 38 BYTE bGreen; /* Green component of the color definition */ 39 BYTE bRed; /* Red component of the color definition */ 40 BYTE fcOptions; /* Reserved, must be zero */ 41 } 42 RGB2; 43 typedef RGB2 *PRGB2; 44 #endif 45 19 46 MRESULT EXPENTRY ColorDlgProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2); 20 47 -
trunk/dll/command.c
r1205 r1221 39 39 40 40 #include "fm3dll.h" 41 #include "fm3dll2.h" // #define's for UM_*, control id's, etc. 41 42 #include "notebook.h" // Data declaration(s) 42 43 #include "init.h" // Data declaration(s) -
trunk/dll/common.c
r1205 r1221 36 36 37 37 #include "fm3dll.h" 38 #include "fm3dll2.h" // #define's for UM_*, control id's, etc. 38 39 #include "mainwnd2.h" // Data declaration(s) 39 40 #include "killproc.h" // Data declaration(s) -
trunk/dll/comp.c
r1205 r1221 73 73 74 74 #include "fm3dll.h" 75 #include "fm3dll2.h" // #define's for UM_*, control id's, etc. 75 76 #include "mainwnd2.h" // Data declaration(s) 76 77 #include "inis.h" // Data declaration(s)
Note:
See TracChangeset
for help on using the changeset viewer.
