Changeset 1203
- Timestamp:
- Sep 13, 2008, 8:46:02 AM (17 years ago)
- Location:
- trunk
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/av2.c
r1176 r1203 22 22 23 23 #include "dll\fm3dll.h" 24 #include "dll\mainwnd.h" // Data declaration(s) 25 #include "dll\init.h" // Data declaration(s) 26 #include "dll\notebook.h" // Data declaration(s) 27 #include "dll\arccnrs.h" 24 28 #include "dll\fm3str.h" 25 29 #include "dll\version.h" -
trunk/databar.c
r1176 r1203 23 23 24 24 #include "dll\fm3dll.h" 25 #include "dll\notebook.h" // Data declaration(s) 26 #include "dll\notebook.h" // Data declaration(s) 25 27 #include "dll\datamin.h" 26 28 #include "dll\fm3dlg.h" -
trunk/dirsize.c
r1176 r1203 22 22 23 23 #include "dll\fm3dll.h" 24 #include "dll\notebook.h" // Data declaration(s) 25 #include "dll\info.h" // Data declaration(s) 26 #include "dll\mainwnd.h" // Data declaration(s) 24 27 #include "dll\fm3dlg.h" 25 #include "dirsize.h"26 28 #include "dll\valid.h" // CheckDrive 27 #include "dll\init.h" // InitFM3DLL29 #include "dll\init.h" // InitFM3DLL 28 30 #include "dll\dirsize.h" // DirSizeProc 29 31 -
trunk/dirsize.dlg
r553 r1203 13 13 ***********************************************************************/ 14 14 15 #include "d irsize.h"15 #include "dll\dirsize.h" 16 16 17 17 DLGTEMPLATE DIRSIZE_FRAME LOADONCALL MOVEABLE DISCARDABLE -
trunk/dirsize.h
r1194 r1203 17 17 18 18 19 #define DIRSIZE_FRAME 10020 #define DIRSIZE_LISTBOX 10121 #define DIRSIZE_LABEL 10222 #define DIRSIZE_UNITSFREE 10323 #define DIRSIZE_UNITSIZE 10424 #define DIRSIZE_PERCENT 10525 #define DIRSIZE_BYTESUSED 10626 #define DIRSIZE_BYTESFREE 10727 #define DIRSIZE_UNITSUSED 10828 #define DIRSIZE_IFS 10929 #define DIRSIZE_LOCAL 11030 #define DIRSIZE_SLIDER 11131 19 32 20 -
trunk/dirsize.rc
r905 r1203 15 15 16 16 #include "dll\fm3dll.h" 17 #include "d irsize.h"17 #include "dll\dirsize.h" 18 18 19 19 DEFAULTICON icons\DIRSIZE.ICO -
trunk/dll/arccnrs.c
r1183 r1203 80 80 81 81 #include "fm3dll.h" 82 #include "mainwnd2.h" // Data declaration(s) 83 #include "grep.h" // Data declaration(s) 84 #include "dircnrs.h" // Data declaration(s) 85 #include "info.h" // Data declaration(s) 86 #include "init.h" // Data declaration(s) 82 87 #include "arccnrs.h" // StartArcCnr 83 88 #include "fm3dlg.h" … … 130 135 131 136 #pragma data_seg(DATA1) 132 133 137 static INT DefArcSortFlags; 138 139 // Data definitions 134 140 static PSZ pszSrcFile = __FILE__; 141 #pragma data_seg(GLOBAL1) 142 HWND ArcCnrMenu; 143 HWND ArcMenu; 144 CHAR ArcTempRoot[CCHMAXPATH]; 145 BOOL fArcStuffVisible; 146 147 #pragma data_seg(GLOBAL2) 148 CHAR lastextractpath[CCHMAXPATH]; 149 ULONGLONG ullDATFileSpaceNeeded; 135 150 136 151 static MRESULT EXPENTRY ArcErrProc(HWND hwnd, ULONG msg, MPARAM mp1, -
trunk/dll/arccnrs.h
r1194 r1203 35 35 MRESULT EXPENTRY ArcObjWndProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2); 36 36 37 // Data declarations 38 extern HWND ArcCnrMenu; 39 extern HWND ArcMenu; 40 extern CHAR ArcTempRoot[CCHMAXPATH]; 41 extern BOOL fArcStuffVisible; 42 extern CHAR lastextractpath[CCHMAXPATH]; 43 extern ULONGLONG ullDATFileSpaceNeeded; 44 37 45 #endif // ARCCNRS_H -
trunk/dll/archive.c
r1179 r1203 24 24 25 25 #include "fm3dll.h" 26 #include "notebook.h" // Data declaration(s) 26 27 #include "fm3dlg.h" 27 28 #include "fm3str.h" -
trunk/dll/assoc.c
r1188 r1203 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) 40 #include "defview.h" // Data declaration(s) 36 41 #include "fm3dlg.h" 37 42 #include "fm3str.h"
Note:
See TracChangeset
for help on using the changeset viewer.