Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/inis.c
r1209 r1224 43 43 44 44 #include "fm3dll.h" 45 #include "fm3dll2.h" // #define's for UM_*, control id's, etc. 45 46 #include "mainwnd2.h" // Data declaration(s) 46 47 #include "collect.h" // Data declaration(s) -
trunk/dll/init.c
r1217 r1224 64 64 #include <share.h> 65 65 #include <process.h> 66 #include <time.h> 66 67 67 68 #define INCL_DOS … … 78 79 79 80 #include "fm3dll.h" 81 #include "fm3dll2.h" // #define's for UM_*, control id's, etc. 82 #include "init.h" 80 83 #include "mkdir.h" // Data declaration(s) 81 84 #include "dircnrs.h" // Data declaration(s) … … 84 87 #include "fm2cmd.h" // Data declaration(s) 85 88 #include "printer.h" // Data declaration(s) 86 #include "init.h" // Data declaration(s)87 89 #include "flesh.h" // Data declaration(s) 88 90 #include "worker.h" // Data declaration(s) … … 146 148 #endif 147 149 148 VOID FindSwapperDat(VOID);150 static VOID FindSwapperDat(VOID); 149 151 150 152 // Data definitions -
trunk/dll/input.c
r1187 r1224 22 22 #define INCL_LONGLONG // dircnrs.h 23 23 24 #include "fm3dll.h" 25 #include "fm3dll2.h" // #define's for UM_*, control id's, etc. 26 #include "input.h" 24 27 #include "fm3dlg.h" 25 28 #include "fm3str.h" 26 29 #include "errutil.h" // Dos_Error... 27 30 #include "strutil.h" // GetPString 28 #include "input.h"29 31 #include "fm3dll.h" 30 32 -
trunk/dll/input.h
r1197 r1224 16 16 #define INPUT_H 17 17 18 typedef struct 19 { 20 CHAR *title; /* title of dialog */ 21 CHAR *prompt; /* prompt to user */ 22 CHAR *ret; /* buffer out, default in */ 23 CHAR *help; /* help text */ 24 INT inputlen; /* max len of ret */ 25 } 26 STRINGINPARMS; 27 18 28 MRESULT EXPENTRY InputDlgProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2); 19 29 -
trunk/dll/instant.c
r1178 r1224 24 24 25 25 #include "fm3dll.h" 26 #include "fm3dll2.h" // #define's for UM_*, control id's, etc. 26 27 #include "fm3dlg.h" 27 28 #include "fm3str.h" -
trunk/dll/key.c
r1209 r1224 24 24 25 25 #include "fm3dll.h" 26 #include "fm3dll2.h" // #define's for UM_*, control id's, etc. 26 27 #include "mainwnd2.h" // Data declaration(s) 27 28 #include "mainwnd.h" // Data declaration(s) -
trunk/dll/killproc.c
r1209 r1224 34 34 35 35 #include "fm3dll.h" 36 #include "fm3dll2.h" // #define's for UM_*, control id's, etc. 36 37 #include "init.h" // Data declaration(s) 37 38 #include "notebook.h" // Data declaration(s) -
trunk/dll/mainwnd.c
r1209 r1224 85 85 86 86 #include "fm3dll.h" 87 #include "fm3dll2.h" // #define's for UM_*, control id's, etc. 87 88 #include "grep.h" // Data declaration(s) 88 89 #include "autoview.h" // Data declaration(s) -
trunk/dll/mainwnd.h
r1209 r1224 16 16 17 17 #define MAINWND_H 18 19 #include "colors.h" // typedef for RGB2 18 20 19 21 void BubbleHelp(HWND hwnd, BOOL other, BOOL data, BOOL above, char *help); -
trunk/dll/mainwnd2.c
r1210 r1224 40 40 41 41 #include "fm3dll.h" 42 #include "fm3dll2.h" // #define's for UM_*, control id's, etc. 42 43 #include "killproc.h" // Data declaration(s) 43 44 #include "grep.h" // Data declaration(s)
Note:
See TracChangeset
for help on using the changeset viewer.
