Changeset 1212
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/printer.h
r1199 r1212 19 19 VOID PrintListThread(VOID * arg); 20 20 21 // Data declarations 22 extern CHAR StopPrinting; 23 extern CHAR printer[CCHMAXPATH]; 24 extern BOOL prnalt; 25 extern long prnbmargin; 26 extern BOOL prnformat; 27 extern BOOL prnformfeedafter; 28 extern BOOL prnformfeedbefore; 29 extern long prnlength; 30 extern long prnlmargin; 31 extern BOOL prnpagenums; 32 extern long prnrmargin; 33 extern long prnspacing; 34 extern long prntabspaces; 35 extern long prntmargin; 36 extern long prnwidth; 21 37 22 38 #endif // PRINTER_H -
trunk/dll/remap.c
r1187 r1212 29 29 30 30 #include "fm3dll.h" 31 #include "arccnrs.h" // Data declaration(s) 32 #include "mainwnd.h" // Data declaration(s) 33 #include "notebook.h" // Data declaration(s) 34 #include "info.h" // Data declaration(s) 35 #include "init.h" // Data declaration(s) 36 #include "newview.h" // Data declarations 31 37 #include "fm3dlg.h" 32 38 #include "fm3str.h" -
trunk/dll/rename.c
r1184 r1212 22 22 23 23 #include "fm3dll.h" 24 #include "notebook.h" // Data declaration(s) 25 #include "init.h" // Data declaration(s) 24 26 #include "fm3dlg.h" 25 27 #include "fm3str.h" -
trunk/dll/saveclip.c
r1193 r1212 36 36 37 37 #include "fm3dll.h" 38 #include "arccnrs.h" // Data declaration(s) 39 #include "notebook.h" // Data declaration(s) 40 #include "init.h" // Data declaration(s) 38 41 #include "fm3dlg.h" 39 42 #include "fm3str.h" -
trunk/dll/seeall.c
r1180 r1212 53 53 54 54 #include "fm3dll.h" 55 #include "mainwnd2.h" // Data declaration(s) 56 #include "grep.h" // Data declaration(s) 57 #include "arccnrs.h" // Data declaration(s) 58 #include "init.h" // Data declaration(s) 59 #include "worker.h" // Data declaration(s) 60 #include "newview.h" // Data declarations 55 61 #include "fm3dlg.h" 56 62 #include "fm3str.h" -
trunk/dll/select.c
r1180 r1212 43 43 44 44 #include "fm3dll.h" 45 #include "notebook.h" // Data declaration(s) 46 #include "newview.h" // Data declarations 45 47 #include "fm3str.h" 46 48 #include "filldir.h" // RemoveCnrItems -
trunk/dll/seticon.c
r1187 r1212 26 26 #include "seticon.h" 27 27 #include "fm3dll.h" 28 #include "notebook.h" // Data declaration(s) 28 29 #include "wrappers.h" // xfsopen 29 30 #include "fortify.h" -
trunk/dll/shadow.c
r1181 r1212 23 23 #define INCL_LONGLONG 24 24 25 #include "fm3dll.h" 26 #include "filldir.h" // Data declaration(s) 27 #include "mainwnd.h" // Data declaration(s) 25 28 #include "fm3dlg.h" 26 29 #include "fm3str.h" … … 30 33 #include "shadow.h" 31 34 #include "input.h" // InputDlgProc 32 #include " fm3dll.h"35 #include "defview.h" // Data declaration(s) 33 36 #include "valid.h" // IsFile 34 37 #include "wrappers.h" // xmalloc -
trunk/dll/sortcnr.c
r1161 r1212 21 21 22 22 #include "fm3dll.h" 23 #include "dircnrs.h" // Data declaration(s) 24 #include "treecnr.h" // Data declaration(s) 25 #include "init.h" // Data declaration(s) 26 #include "collect.h" // Data declarations 23 27 #include "sortcnr.h" 24 28 #include "valid.h" // TestCDates -
trunk/dll/srchpath.c
r1193 r1212 21 21 #define INCL_LONGLONG // dircnrs.h 22 22 23 #include "fm3dll.h" 23 24 #include "fm3dlg.h" 24 25 #include "fm3str.h" … … 27 28 #include "srchpath.h" 28 29 #include "systemf.h" // runemf2 29 #include " fm3dll.h"30 #include "notebook.h" // Data declaration(s) 30 31 31 32 static PSZ pszSrcFile = __FILE__;
Note:
See TracChangeset
for help on using the changeset viewer.