Changeset 1210 for trunk/dll/misc.c
- Timestamp:
- Sep 13, 2008, 8:51:37 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/misc.c
r1182 r1210 66 66 67 67 #include "fm3dll.h" 68 #include "killproc.h" // Data declaration(s) 69 #include "comp.h" // Data declaration(s) 70 #include "treecnr.h" // Data declaration(s) 71 #include "mainwnd.h" // Data declaration(s) 72 #include "init.h" // Data declaration(s) 73 #include "dircnrs.h" // Data declaration(s) 74 #include "newview.h" // Data declarations 75 #include "collect.h" // data declaration(s) 76 #include "notebook.h" // data declaration(s) 77 #include "arccnrs.h" 68 78 #include "fm3dlg.h" 69 79 #include "fm3str.h" … … 86 96 #include "misc.h" 87 97 98 // Data definitions 99 #pragma data_seg(GLOBAL1) 100 HWND CollectorDirMenu; 101 HWND CollectorFileMenu; 102 HWND DirMenu; 103 HWND FileMenu; 104 HWND TreeMenu; 105 BOOL fDefaultDeletePerm; 106 BOOL fWorkPlace; 107 108 #pragma data_seg(GLOBAL4) 109 ULONG numswitches; 110 HSWITCH switches[499]; 111 88 112 #pragma data_seg(DATA1) 89 90 113 static PSZ pszSrcFile = __FILE__; 91 114
Note:
See TracChangeset
for help on using the changeset viewer.