Changeset 1210 for trunk/dll/newview.c
- Timestamp:
- Sep 13, 2008, 8:51:37 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/newview.c
r1186 r1210 47 47 48 48 #include "fm3dll.h" 49 #include "mainwnd2.h" // Data declaration(s) 50 #include "collect.h" // Data declaration(s) 51 #include "grep.h" // Data declaration(s) 52 #include "dircnrs.h" // Data declaration(s) 53 #include "init.h" // Data declaration(s) 49 54 #include "fm3dlg.h" 50 55 #include "fm3str.h" … … 81 86 #include "fortify.h" 82 87 88 // Data definitions 89 #pragma data_seg(GLOBAL1) 90 HEV CompactSem; 91 BOOL fFtpRunWPSDefault; 92 BOOL fHttpRunWPSDefault; 93 94 #pragma data_seg(GLOBAL2) 95 CHAR *httprun; 96 CHAR *mailrun; 97 98 #pragma data_seg(GLOBAL3) 99 LONG standardcolors[16]; 100 83 101 #pragma data_seg(DATA2) 84 85 102 static PSZ pszSrcFile = __FILE__; 86 103
Note:
See TracChangeset
for help on using the changeset viewer.