Changeset 1206 for trunk/dll/datamin.c
- Timestamp:
- Sep 13, 2008, 8:48:55 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/datamin.c
r1178 r1206 36 36 37 37 #include "fm3dll.h" 38 #include "info.h" // Data declaration(s) 39 #include "notebook.h" // Data declaration(s) 40 #include "inis.h" // Data declaration(s) 41 #include "init.h" // Data declaration(s) 42 #include "defview.h" // Data declaration(s) 38 43 #include "fm3dlg.h" 39 44 #include "fm3str.h" … … 57 62 #include "fortify.h" 58 63 59 #pragma data_seg(DATA2)60 61 static PSZ pszSrcFile = __FILE__;62 63 64 APIRET16 APIENTRY16 Dos16MemAvail(PULONG pulAvailMem); 64 65 … … 67 68 68 69 static VOID dataminThread(VOID * pv); 70 71 // Data definitions 72 #pragma data_seg(GLOBAL1) 73 HWND DataHwnd; 74 BOOL fDataInclRemote; 75 BOOL fDataShowDrives; 76 BOOL fDataToFore; 77 BOOL fDullMin; 78 79 #pragma data_seg(DATA2) 80 81 static PSZ pszSrcFile = __FILE__; 69 82 70 83 long MINI_X = 208, MINI_Y = 16;
Note:
See TracChangeset
for help on using the changeset viewer.