Changeset 1209 for trunk/dll/inis.c
- Timestamp:
- Sep 13, 2008, 8:51:06 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/inis.c
r1185 r1209 43 43 44 44 #include "fm3dll.h" 45 #include "mainwnd2.h" // Data declaration(s) 46 #include "collect.h" // Data declaration(s) 47 #include "grep.h" // Data declaration(s) 48 #include "notebook.h" // Data declaration(s) 49 #include "init.h" // Data declaration(s) 45 50 #include "fm3dlg.h" 46 51 #include "fm3str.h" … … 67 72 #include "wrappers.h" // xfopen 68 73 #include "fortify.h" 74 75 // Data definitions 76 #pragma data_seg(GLOBAL1) 77 HELPINIT hini; 78 79 #pragma data_seg(GLOBAL2) 80 CHAR *DRF_FM2INI; 81 CHAR *DRM_FM2INIRECORD; 82 RGB2 RGBBLACK; 69 83 70 84 #pragma data_seg(DATA2)
Note:
See TracChangeset
for help on using the changeset viewer.