Changeset 1215
- Timestamp:
- Sep 13, 2008, 8:54:03 AM (17 years ago)
- Location:
- trunk
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/worker.c
r1181 r1215 49 49 50 50 #include "fm3dll.h" 51 #include "mainwnd2.h" // Data declaration(s) 52 #include "arccnrs.h" // Data declaration(s) 53 #include "init.h" // Data declaration(s) 54 #include "defview.h" // Data declaration(s) 55 #include "newview.h" // Data declarations 51 56 #include "fm3dlg.h" 52 57 #include "fm3str.h" … … 87 92 #include "wrappers.h" // xfopen 88 93 #include "fortify.h" 94 95 // Data definitions 96 #pragma data_seg(GLOBAL2) 97 FILE *LogFileHandle; 89 98 90 99 #pragma data_seg(DATA2) -
trunk/dll/worker.h
r1202 r1215 20 20 VOID MassAction(VOID * args); 21 21 22 // Data declarations 23 extern FILE *LogFileHandle; 24 22 25 #endif // WORKER_H -
trunk/dll/wrappers.c
r1182 r1215 29 29 30 30 #include "fm3dll.h" 31 #include "init.h" // Data declaration(s) 31 32 #include "wrappers.h" 32 33 #include "fm3str.h" … … 40 41 #include "fortify.h" // GetPString 41 42 43 // Data definitions 42 44 static PSZ pszSrcFile = __FILE__; 45 46 #pragma data_seg(GLOBAL1) 47 BOOL fNoLargeFileSupport; 43 48 44 49 APIRET xDosFindFirst(PSZ pszFileSpec, -
trunk/dll/wrappers.h
r1202 r1215 54 54 PVOID xstrdup(PCSZ pszIn, PCSZ pszSrcFile, UINT uiLineNumber); 55 55 56 // Data declarations 57 extern BOOL fNoLargeFileSupport; 56 58 57 59 #endif // WRAPPERS_H -
trunk/eas.c
r1176 r1215 24 24 25 25 #include "dll\fm3dll.h" 26 #include "dll\notebook.h" // Data declaration(s) 27 #include "dll\mainwnd.h" // Data declaration(s) 26 28 #include "dll\fm3dlg.h" 27 29 #include "dll\makelist.h" -
trunk/fm3.c
r1164 r1215 20 20 #define INCL_LONGLONG 21 21 22 #include "dll\fm3dll.h" 23 #include "dll\mainwnd.h" // Data declaration(s) 22 24 #include "dll\tools.h" 23 25 #include "dll\version.h" … … 25 27 #include "dll\fortify.h" 26 28 #include "dll\init.h" // StartFM3 27 #include "dll\ fm3dll.h"29 #include "dll\notebook.h" // Data declaration(s) 28 30 29 31 int main(int argc, char *argv[]) -
trunk/fm4.c
r1177 r1215 20 20 21 21 #include "dll\fm3dll.h" 22 #include "dll\mainwnd.h" // Data declaration(s) 23 #include "dll\notebook.h" // Data declaration(s) 22 24 #include "dll\tools.h" 23 25 #include "dll\version.h" 24 #include "dll\mainwnd2.h" 26 #include "dll\mainwnd2.h" // StartFM32 25 27 #include "dll\init.h" // InitFM3DLL 26 28 -
trunk/global.c
r1176 r1215 19 19 20 20 #include "dll\fm3dll.h" 21 #include "dll\mainwnd.h" // Data declaration(s) 22 #include "dll\notebook.h" // Data declaration(s) 21 23 #include "dll\fm3str.h" 22 24 #include "dll\seeall.h" // StartSeeAll -
trunk/ini.c
r1176 r1215 17 17 18 18 #include "dll\fm3dll.h" 19 #include "dll\notebook.h" // Data declaration(s) 19 20 #include "dll\init.h" // InitFM3DLL 20 21 #include "dll\inis.h" // StartIniEditor -
trunk/killproc.c
r1189 r1215 17 17 18 18 #include "dll\fm3dll.h" 19 #include "dll\mainwnd.h" // Data declaration(s) 19 20 #include "dll\fm3dlg.h" 20 #include "dll\init.h" // InitFM3DLL21 #include "dll\init.h" // InitFM3DLL 21 22 #include "dll\killproc.h" // KillDlgProc 22 23
Note:
See TracChangeset
for help on using the changeset viewer.