Changeset 1204 for trunk/dll/cmdline.c
- Timestamp:
- Sep 13, 2008, 8:46:54 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/cmdline.c
r1177 r1204 33 33 34 34 #include "fm3dll.h" 35 #include "arccnrs.h" // Data declaration(s) 36 #include "fm2cmd.h" // Data declaration(s) 37 #include "notebook.h" // Data declaration(s) 38 #include "init.h" // Data declaration(s) 39 #include "newview.h" // Data declarations 35 40 #include "fm3dlg.h" 36 41 #include "fm3str.h" … … 51 56 #include "fortify.h" 52 57 53 static PSZ pszSrcFile = __FILE__;54 55 58 #define MAXNUMCMDLINES 250 56 59 … … 64 67 static LINKCMDLINES *DoItYourselfCmdLine = NULL, *MiniCmdLine = NULL; 65 68 static BOOL DoItYourselfLoaded = FALSE, MiniLoaded = FALSE; 69 70 // Data definitions 71 static PSZ pszSrcFile = __FILE__; 72 73 #pragma data_seg(GLOBAL1) 74 BOOL fSaveBigCmds; 75 66 76 67 77 VOID load_cmdlines(BOOL DoItYourself)
Note:
See TracChangeset
for help on using the changeset viewer.