Changeset 1204 for trunk/dll/avl.c
- Timestamp:
- Sep 13, 2008, 8:46:54 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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 {
Note:
See TracChangeset
for help on using the changeset viewer.