Changeset 1205 for trunk/dll/common.c
- Timestamp:
- Sep 13, 2008, 8:47:51 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/common.c
r1182 r1205 36 36 37 37 #include "fm3dll.h" 38 #include "mainwnd2.h" // Data declaration(s) 39 #include "killproc.h" // Data declaration(s) 40 #include "collect.h" // Data declaration(s) 41 #include "grep.h" // Data declaration(s) 42 #include "dircnrs.h" // Data declaration(s) 43 #include "notebook.h" // Data declaration(s) 44 #include "inis.h" // Data declaration(s) 45 #include "init.h" // Data declaration(s) 46 #include "treecnr.h" // Data declaration(s) 38 47 #include "fm3dlg.h" 39 48 #include "fm3str.h" … … 57 66 #include "fortify.h" 58 67 68 // Data definitions 59 69 #pragma data_seg(DATA1) 60 61 70 static PSZ pszSrcFile = __FILE__; 71 static HWND hwndLED; 72 static HWND hwndLEDHdr; 73 74 #pragma data_seg(GLOBAL1) 75 HWND hwndBack; 62 76 63 77 MRESULT EXPENTRY CommonFrameWndProc(USHORT id,
Note:
See TracChangeset
for help on using the changeset viewer.