Changeset 1220 for trunk/dll/arccnrs.c
- Timestamp:
- Sep 14, 2008, 1:09:45 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/arccnrs.c
r1203 r1220 80 80 81 81 #include "fm3dll.h" 82 #include "fm3dll2.h" // #define's for UM_*, control id's, etc. 83 #include "arccnrs.h" 84 #include "makelist.h" // Typedef 85 #include "colors.h" // Typedef 82 86 #include "mainwnd2.h" // Data declaration(s) 83 87 #include "grep.h" // Data declaration(s) … … 85 89 #include "info.h" // Data declaration(s) 86 90 #include "init.h" // Data declaration(s) 87 #include "arccnrs.h" // StartArcCnr88 91 #include "fm3dlg.h" 89 92 #include "fm3str.h" … … 133 136 #include "dirs.h" // save_dir2 134 137 #include "fortify.h" 138 139 #define ARCFLAGS_REALDIR 0x00000001 140 #define ARCFLAGS_PSEUDODIR 0x00000002 141 #define CON_COLS 6 142 #define EXTRA_ARCRECORD_BYTES (sizeof(ARCITEM) - sizeof(MINIRECORDCORE)) 143 135 144 136 145 #pragma data_seg(DATA1)
Note:
See TracChangeset
for help on using the changeset viewer.