Changeset 1185
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/delims.c
r793 r1185 16 16 #include <stdlib.h> 17 17 #include <string.h> 18 19 #include "delims.h" 18 20 19 21 char *skip_delim(char *a, register char *delim) -
trunk/dll/filter.c
r1161 r1185 28 28 #define INCL_LONGLONG // dircnrs.h 29 29 30 #include "fm3dll.h" 30 31 #include "fm3dlg.h" 31 32 #include "fm3str.h" … … 33 34 #include "strutil.h" // GetPString 34 35 #include "pathutil.h" // BldFullPathName 35 #include "fm3dll.h" 36 #include "filter.h" 37 #include "select.h" // SetMask 38 #include "literal.h" // wildcard 39 #include "strips.h" // bstrip 40 #include "misc.h" // CheckDriveSpaceAvail 41 #include "wrappers.h" // xfgets_bstripcr 42 #include "dirs.h" // save_dir2 36 43 #include "fortify.h" 37 44 -
trunk/dll/findrec.h
r1170 r1185 16 16 #define FINDREC_H 17 17 18 PCNRITEM FindCnrRecord(HWND hwndCnr, CHAR * filename, PCNRITEM pciParent, 19 BOOL partial, BOOL partmatch, BOOL noenv); 18 20 PCNRITEM FindParentRecord(HWND hwndCnr, PCNRITEM pciC); 19 21 VOID ShowCnrRecord(HWND hwndCnr, PMINIRECORDCORE pmi); -
trunk/dll/grep2.c
r1161 r1185 38 38 #define INCL_WINSTDCNR // makelist.h 39 39 40 #include "fm3dll.h" 40 41 #include "fm3dlg.h" 41 42 #include "fm3str.h" … … 47 48 #include "walkem.h" // FillPathListBox 48 49 #include "grep2.h" 49 #include " fm3dll.h"50 #include "wrappers.h" // xfgets 50 51 #include "misc.h" // LoadLibPath 52 #include "strips.h" // bstrip 53 #include "dirs.h" // save_dir2 51 54 #include "fortify.h" 52 55 -
trunk/dll/inis.c
r1161 r1185 42 42 #define INCL_LONGLONG // dircnrs.h 43 43 44 #include "fm3dll.h" 44 45 #include "fm3dlg.h" 45 46 #include "fm3str.h" … … 52 53 #include "inis.h" 53 54 #include "literal.h" // fixup 54 #include "fm3dll.h" 55 #include "common.h" // DecrThreadUsage, IncrThreadUsage 56 #include "draglist.h" // FreeDragInfoData 57 #include "input.h" // InputDlgProc 58 #include "valid.h" // MakeFullName 59 #include "notify.h" // Notify 60 #include "presparm.h" // PresParamChanged 61 #include "getnames.h" // export_filename 62 #include "copyf.h" // unlinkf 55 63 #include "eas.h" // HexDump 64 #include "strips.h" // bstrip 65 #include "misc.h" // BoxWindow 66 #include "dirs.h" // save_dir2 67 #include "wrappers.h" // xfopen 56 68 #include "fortify.h" 57 #include "misc.h" // BoxWindow58 69 59 70 #pragma data_seg(DATA2) -
trunk/dll/makelist.c
r1078 r1185 31 31 #include "strutil.h" // GetPString 32 32 #include "dircnrs.h" 33 #include "misc.h" // CurrentRecord 33 34 #include "fm3dll.h" // 05 Jan 08 SHL fixme to be gone 34 35 #include "wrappers.h" // xfree 35 36 #include "fortify.h" // 06 May 08 SHL 36 37 -
trunk/dll/mle.c
r1161 r1185 34 34 #define INCL_LONGLONG 35 35 36 #include "fm3dll.h" 36 37 #include "fm3dlg.h" 37 38 #include "mle.h" … … 42 43 #include "autoview.h" // CreateHexDump 43 44 #include "saveclip.h" // SaveToClip 44 #include "fm3dll.h" 45 #include "common.h" // DecrThreadUsage, IncrThreadUsage 46 #include "chklist.h" // PosOverOkay 47 #include "valid.h" // TestBinary 48 #include "strips.h" // bstrip 49 #include "systemf.h" // runemf2 50 #include "wrappers.h" // xfopen 51 #include "misc.h" // PostMsg 45 52 #include "fortify.h" 46 53 -
trunk/dll/pathutil.c
r1161 r1185 22 22 #define INCL_LONGLONG 23 23 24 #include "fm3dll.h" // needs_quoting 25 #include "fm3str.h" 24 26 #include "pathutil.h" 25 27 #include "strips.h" // remove_first_occurence_of_character 26 #include "fm3dll.h" // needs_quoting 27 #include "fm3str.h" 28 #include "valid.h" // needs_quoting 28 29 #include "errutil.h" // Dos_Error... 29 30 #include "strutil.h" // GetPString 31 #include "wrappers.h" // xmalloc 30 32 #include "fortify.h" 31 33 -
trunk/dll/srchpath.h
r1170 r1185 17 17 18 18 INT RunFM2Util(CHAR *appname, CHAR *filename); 19 CHAR *searchpath(CHAR * filename); 19 20 20 21 -
trunk/dll/undel.c
r1161 r1185 28 28 #define INCL_LONGLONG 29 29 30 #include "fm3dll.h" 30 31 #include "fm3dlg.h" 31 32 #include "fm3str.h" … … 34 35 #include "pathutil.h" // BldFullPathName 35 36 #include "walkem.h" // FillPathListBox 36 #include "fm3dll.h" 37 #include "common.h" // DecrThreadUsage, IncrThreadUsage 38 #include "valid.h" // MakeFullName 39 #include "undel.h" 40 #include "copyf.h" // unlinkf 41 #include "wrappers.h" // xfgets 42 #include "strips.h" // bstrip 43 #include "misc.h" // GetCmdSpec 44 #include "systemf.h" // runemf2 37 45 #include "fortify.h" 38 46
Note:
See TracChangeset
for help on using the changeset viewer.