Changeset 1207 for trunk/dll/flesh.c
- Timestamp:
- Sep 13, 2008, 8:49:41 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/dll/flesh.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/flesh.c
r1177 r1207 33 33 34 34 #include "fm3dll.h" 35 #include "draglist.h" // Data declaration(s) 36 #include "notebook.h" // Data declaration(s) 37 #include "info.h" // Data declaration(s) 38 #include "init.h" // Data declaration(s) 39 #include "mainwnd.h" // Data declaration(s) 35 40 #include "fm3str.h" 36 41 #include "filldir.h" // FileAttrToString... … … 44 49 #include "wrappers.h" // xfree 45 50 51 // Data definitions 46 52 #pragma data_seg(DATA1) 47 53 48 54 static PSZ pszSrcFile = __FILE__; 55 56 #pragma data_seg(GLOBAL1) 57 ULONG NoBrokenNotify; 58 BOOL fFilesInTree; 49 59 50 60 BOOL FleshEnv(HWND hwndCnr, PCNRITEM pciParent)
Note:
See TracChangeset
for help on using the changeset viewer.
