Changeset 1204
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/attribs.c
r1177 r1204 21 21 22 22 #include "fm3dll.h" 23 #include "notebook.h" // Data declaration(s) 24 #include "info.h" // Data declaration(s) 25 #include "init.h" // Data declaration(s) 23 26 #include "fm3dlg.h" 24 27 #include "fm3str.h" -
trunk/dll/autoview.c
r1182 r1204 38 38 39 39 #include "fm3dll.h" 40 #include "killproc.h" // Data declaration(s) 41 #include "notebook.h" // Data declaration(s) 42 #include "avl.h" // Data declaration(s) 43 #include "inis.h" // Data declaration(s) 44 #include "init.h" // Data declaration(s) 45 #include "mainwnd.h" // Data declaration(s) 40 46 #include "fm3dlg.h" 41 47 #include "fm3str.h" … … 56 62 #include "fortify.h" 57 63 64 static BOOL PutComments(HWND hwnd, CHAR * filename, CHAR * comments); 65 static BOOL WriteEA(HWND hwnd, CHAR * filename, CHAR * eaname, USHORT type, 66 CHAR * data); 67 68 // Data definitions 69 #pragma data_seg(GLOBAL1) 70 HWND hwndAutoMLE; 71 72 #pragma data_seg(GLOBAL2) 73 ULONG AutoviewHeight; 74 58 75 #pragma data_seg(DATA1) 59 60 76 static PSZ pszSrcFile = __FILE__; 61 77 78 static HWND AutoMenu; 62 79 static HWND hwndAutoObj; 63 80 static CHAR stopflag; 64 81 static CHAR currfile[CCHMAXPATH]; 65 66 static BOOL PutComments(HWND hwnd, CHAR * filename, CHAR * comments);67 static BOOL WriteEA(HWND hwnd, CHAR * filename, CHAR * eaname, USHORT type,68 CHAR * data);69 82 70 83 BOOL WriteEA(HWND hwnd, CHAR * filename, CHAR * eaname, USHORT type, -
trunk/dll/autoview.h
r1194 r1204 23 23 ULONG startval, BOOL longlead); 24 24 25 // Data declarations 26 extern HWND hwndAutoMLE; 27 extern ULONG AutoviewHeight; 28 25 29 #endif // AUTOVIEW_H -
trunk/dll/avl.c
r1180 r1204 47 47 48 48 #include "fm3dll.h" 49 #include "notebook.h" // Data declaration(s) 50 #include "init.h" // Data declaration(s) 51 #include "valid.h" // Data declaration(s) 52 #include "mainwnd.h" // Data declaration(s) 49 53 #include "fm3dlg.h" 50 54 #include "fm3str.h" … … 65 69 #include "fortify.h" 66 70 71 // Data definitions 67 72 static PSZ pszSrcFile = __FILE__; 68 69 73 static void fill_listbox(HWND hwnd, BOOL fShowAll, SHORT sOldSelect); 70 74 75 #pragma data_seg(GLOBAL1) 76 ARC_TYPE *arcsighead; 77 UINT arcsigs_header_lines; // Header comments line count in archiver.bb2 78 UINT arcsigs_trailer_line_num; // Trailer comments start line number (1..n) 79 BOOL arcsigsloaded; 80 BOOL arcsigsmodified; 81 71 82 //=== quick_find_type() === 72 73 83 ARC_TYPE *quick_find_type(CHAR * filespec, ARC_TYPE * topsig) 74 84 { -
trunk/dll/avl.h
r1194 r1204 90 90 VOID free_archivers(VOID); 91 91 92 // 05 Jan 08 SHL fixme for avl.c globals to be here 92 // Data declarations 93 extern ARC_TYPE *arcsighead; 94 extern UINT arcsigs_header_lines; 95 extern UINT arcsigs_trailer_line_num; 96 extern BOOL arcsigsloaded; 97 extern BOOL arcsigsmodified; 93 98 94 #ifdef DEFINE_GLOBALS95 #pragma data_seg(GLOBAL1)96 #endif97 99 98 100 #endif // AVL_H -
trunk/dll/avv.c
r1186 r1204 38 38 39 39 #include "fm3dll.h" 40 #include "arccnrs.h" // Data declaration(s) 41 #include "notebook.h" // Data declaration(s) 42 #include "init.h" // Data declaration(s) 43 #include "mainwnd.h" // Data declaration(s) 40 44 #include "fm3dlg.h" 41 45 #include "version.h" … … 55 59 #include "fortify.h" 56 60 61 // Data definitions 57 62 #pragma data_seg(DATA1) 58 63 … … 67 72 static PSZ free_and_strdup_quoted_from_window(HWND hwnd, USHORT id, PSZ pszDest); 68 73 74 #pragma data_seg(GLOBAL2) 75 CHAR archiverbb2[CCHMAXPATH]; 76 69 77 //=== EditArchiverDefinition() Select archiver to edit definition === 70 71 78 VOID EditArchiverDefinition(HWND hwnd) 72 79 { -
trunk/dll/avv.h
r1194 r1204 22 22 VOID rewrite_archiverbb2(CHAR * archiverbb2); 23 23 24 // Data declarations 25 extern CHAR archiverbb2[CCHMAXPATH]; 26 24 27 #endif // AVV_H -
trunk/dll/chklist.c
r1184 r1204 25 25 26 26 #include "fm3dll.h" 27 #include "notebook.h" // Data declaration(s) 28 #include "mainwnd.h" // Data declaration(s) 27 29 #include "fm3dlg.h" 28 30 #include "fm3str.h" -
trunk/dll/cmdline.c
r1177 r1204 33 33 34 34 #include "fm3dll.h" 35 #include "arccnrs.h" // Data declaration(s) 36 #include "fm2cmd.h" // Data declaration(s) 37 #include "notebook.h" // Data declaration(s) 38 #include "init.h" // Data declaration(s) 39 #include "newview.h" // Data declarations 35 40 #include "fm3dlg.h" 36 41 #include "fm3str.h" … … 51 56 #include "fortify.h" 52 57 53 static PSZ pszSrcFile = __FILE__;54 55 58 #define MAXNUMCMDLINES 250 56 59 … … 64 67 static LINKCMDLINES *DoItYourselfCmdLine = NULL, *MiniCmdLine = NULL; 65 68 static BOOL DoItYourselfLoaded = FALSE, MiniLoaded = FALSE; 69 70 // Data definitions 71 static PSZ pszSrcFile = __FILE__; 72 73 #pragma data_seg(GLOBAL1) 74 BOOL fSaveBigCmds; 75 66 76 67 77 VOID load_cmdlines(BOOL DoItYourself) -
trunk/dll/cmdline.h
r1194 r1204 23 23 VOID save_cmdlines(BOOL big); 24 24 25 // Data declarations 26 extern BOOL fSaveBigCmds; 27 25 28 #endif // CMDLINE_H
Note:
See TracChangeset
for help on using the changeset viewer.