Changeset 1208 for trunk/dll/info.c
- Timestamp:
- Sep 13, 2008, 8:50:20 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/info.c
r1183 r1208 39 39 40 40 #include "fm3dll.h" 41 #include "draglist.h" // Data declaration(s) 42 #include "notebook.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) 41 46 #include "fm3dlg.h" 42 47 #include "fm3str.h" … … 61 66 #include "fortify.h" 62 67 68 // Data definitions 63 69 #pragma data_seg(DATA1) 64 65 70 static PSZ pszSrcFile = __FILE__; 71 72 #pragma data_seg(GLOBAL1) 73 INT driveflags[26]; 66 74 67 75 CHAR *FlagMsg(CHAR drive, CHAR * buffer)
Note:
See TracChangeset
for help on using the changeset viewer.