Changeset 1213 for trunk/dll/tools.c
- Timestamp:
- Sep 13, 2008, 8:53:06 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/tools.c
r1184 r1213 34 34 35 35 #include "fm3dll.h" 36 #include "arccnrs.h" // Data declaration(s) 37 #include "notebook.h" // Data declaration(s) 38 #include "init.h" // Data declaration(s) 39 #include "mainwnd.h" // Data declaration(s) 36 40 #include "fm3dlg.h" 37 41 #include "tools.h" … … 53 57 #include "strips.h" // bstrip 54 58 59 // Data definitions 55 60 #pragma data_seg(DATA1) 56 61 57 62 static PSZ pszSrcFile = __FILE__; 58 63 64 #pragma data_seg(GLOBAL1) 65 BOOL fToolsChanged; 59 66 TOOL *toolhead = NULL; 67 68 #pragma data_seg(GLOBAL2) 69 CHAR lasttoolbar[CCHMAXPATH]; 70 BOOL qtloaded; 71 CHAR *quicktool[50]; 60 72 61 73 //== load_quicktools() build *.tls array ==
Note:
See TracChangeset
for help on using the changeset viewer.