Changeset 1204 for trunk/dll/autoview.c
- Timestamp:
- Sep 13, 2008, 8:46:54 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/dll/autoview.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/autoview.c
r1182 r1204 38 38 39 39 #include "fm3dll.h" 40 #include "killproc.h" // Data declaration(s) 41 #include "notebook.h" // Data declaration(s) 42 #include "avl.h" // Data declaration(s) 43 #include "inis.h" // Data declaration(s) 44 #include "init.h" // Data declaration(s) 45 #include "mainwnd.h" // Data declaration(s) 40 46 #include "fm3dlg.h" 41 47 #include "fm3str.h" … … 56 62 #include "fortify.h" 57 63 64 static BOOL PutComments(HWND hwnd, CHAR * filename, CHAR * comments); 65 static BOOL WriteEA(HWND hwnd, CHAR * filename, CHAR * eaname, USHORT type, 66 CHAR * data); 67 68 // Data definitions 69 #pragma data_seg(GLOBAL1) 70 HWND hwndAutoMLE; 71 72 #pragma data_seg(GLOBAL2) 73 ULONG AutoviewHeight; 74 58 75 #pragma data_seg(DATA1) 59 60 76 static PSZ pszSrcFile = __FILE__; 61 77 78 static HWND AutoMenu; 62 79 static HWND hwndAutoObj; 63 80 static CHAR stopflag; 64 81 static CHAR currfile[CCHMAXPATH]; 65 66 static BOOL PutComments(HWND hwnd, CHAR * filename, CHAR * comments);67 static BOOL WriteEA(HWND hwnd, CHAR * filename, CHAR * eaname, USHORT type,68 CHAR * data);69 82 70 83 BOOL WriteEA(HWND hwnd, CHAR * filename, CHAR * eaname, USHORT type,
Note:
See TracChangeset
for help on using the changeset viewer.
