Changeset 1210 for trunk/dll/mainwnd2.c
- Timestamp:
- Sep 13, 2008, 8:51:37 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/mainwnd2.c
r1186 r1210 40 40 41 41 #include "fm3dll.h" 42 #include "killproc.h" // Data declaration(s) 43 #include "grep.h" // Data declaration(s) 44 #include "autoview.h" // Data declaration(s) 45 #include "dircnrs.h" // Data declaration(s) 46 #include "worker.h" // Data declaration(s) 47 #include "init.h" // Data declaration(s) 42 48 #include "fm3dlg.h" 43 49 #include "fm3str.h" … … 81 87 PERSON1DATA; 82 88 89 // Data definitions 83 90 static PSZ pszSrcFile = __FILE__; 91 static ULONG TreeWidth; 92 93 #pragma data_seg(GLOBAL1) 94 PFNWP PFNWPFrame; 95 96 #pragma data_seg(GLOBAL2) 97 CHAR realappname[12]; 84 98 85 99 static MRESULT EXPENTRY MainFrameWndProc2(HWND hwnd, ULONG msg, MPARAM mp1,
Note:
See TracChangeset
for help on using the changeset viewer.