Changeset 1205 for trunk/dll/comp.c
- Timestamp:
- Sep 13, 2008, 8:47:51 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/comp.c
r1179 r1205 73 73 74 74 #include "fm3dll.h" 75 #include "mainwnd2.h" // Data declaration(s) 76 #include "inis.h" // Data declaration(s) 77 #include "init.h" // Data declaration(s) 78 #include "newview.h" // Data declarations 75 79 #include "fm3dlg.h" 76 80 #include "fm3str.h" … … 116 120 SNAPSTUFF; 117 121 122 // Data definitions 118 123 static PSZ pszSrcFile = __FILE__; 124 125 #pragma data_seg(GLOBAL1) 126 BOOL fSelectedAlways; 119 127 120 128 //=== SnapShot() Write directory tree to file and recurse if requested ===
Note:
See TracChangeset
for help on using the changeset viewer.