Changeset 1205 for trunk/dll/command.c
- Timestamp:
- Sep 13, 2008, 8:47:51 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/command.c
r1188 r1205 39 39 40 40 #include "fm3dll.h" 41 #include "notebook.h" // Data declaration(s) 42 #include "init.h" // Data declaration(s) 43 #include "mainwnd.h" // Data declaration(s) 44 #include "newview.h" // Data declarations 41 45 #include "fm3dlg.h" 42 46 #include "fm3str.h" … … 64 68 COMMAND; 65 69 70 // Data defintions 66 71 #pragma data_seg(DATA1) 67 72 68 73 static PSZ pszSrcFile = __FILE__; 74 static LINKCMDS *cmdtail; 75 76 #pragma data_seg(GLOBAL2) 77 LINKCMDS *cmdhead; 78 BOOL cmdloaded; 69 79 70 80 MRESULT EXPENTRY CommandTextProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2)
Note:
See TracChangeset
for help on using the changeset viewer.