Changeset 1188
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/dll/assoc.c ¶
r1163 r1188 33 33 #define INCL_LONGLONG // dircnrs.h 34 34 35 #include "fm3dll.h" 35 36 #include "fm3dlg.h" 36 37 #include "fm3str.h" … … 39 40 #include "strutil.h" // GetPString 40 41 #include "assoc.h" 41 #include "fm3dll.h" 42 #include "droplist.h" // AcceptOneDrop, DropHelp, GetOneDrop 43 #include "misc.h" // DrawTargetEmphasis 44 #include "systemf.h" // ExecOnList 45 #include "shadow.h" // OpenObject 46 #include "getnames.h" // insert_filename 47 #include "literal.h" // literal 48 #include "wrappers.h" // xfgets 49 #include "strips.h" // bstrip 50 #include "stristr.h" // stristr 51 #include "dirs.h" // save_dir2 42 52 #include "fortify.h" 43 53 -
TabularUnified trunk/dll/command.c ¶
r1119 r1188 38 38 #define INCL_LONGLONG // dircnrs.h 39 39 40 #include "fm3dll.h" 40 41 #include "fm3dlg.h" 41 42 #include "fm3str.h" … … 44 45 #include "errutil.h" // Dos_Error... 45 46 #include "strutil.h" // GetPString 46 #include "fm3dll.h" 47 #include "droplist.h" // AcceptOneDrop, DropHelp, GetOneDrop 48 #include "misc.h" // DrawTargetEmphasis 49 #include "systemf.h" // ExecOnList 50 #include "getnames.h" // insert_filename 51 #include "wrappers.h" // xfgets 47 52 #include "pathutil.h" // NormalizeCmdLine 48 53 #include "command.h" 54 #include "strips.h" // bstrip 55 #include "dirs.h" // save_dir2 49 56 #include "fortify.h" 50 57 -
TabularUnified trunk/dll/copyf.c ¶
r1163 r1188 33 33 #define INCL_LONGLONG 34 34 35 #include "fm3dll.h" 35 36 #include "fm3str.h" 36 37 #include "errutil.h" // Dos_Error... … … 38 39 #include "copyf.h" 39 40 #include "literal.h" // fixup 40 #include "fm3dll.h" 41 #include "misc.h" // Broadcast 42 #include "valid.h" // MakeFullName 43 #include "wrappers.h" // xDosSetPathInfo 44 #include "strips.h" // bstrip 41 45 #include "fortify.h" 42 46 43 47 static PSZ pszSrcFile = __FILE__; 48 49 static CHAR *GetLongName(CHAR * oldname, CHAR * buffer); 50 static CHAR *TruncName(CHAR * oldname, CHAR * buffer); 44 51 45 52 //static CHAR default_disk(VOID); -
TabularUnified trunk/dll/killproc.c ¶
r1163 r1188 33 33 #define INCL_LONGLONG // dircnrs.h 34 34 35 #include "fm3dll.h" 35 36 #include "fm3dlg.h" 36 37 #include "fm3str.h" … … 41 42 #include "killproc.h" 42 43 #include "systemf.h" // ShowSession 43 #include "fm3dll.h" 44 #include "common.h" // DecrThreadUsage, IncrThreadUsage 45 #include "notify.h" // Notify 46 #include "copyf.h" // unlinkf 47 #include "wrappers.h" // xfgets 48 #include "stristr.h" // stristr 49 #include "misc.h" // PostMsg 44 50 #include "fortify.h" 45 51 -
TabularUnified trunk/dll/mkdir.h ¶
r1167 r1188 17 17 18 18 APIRET MassMkdir(HWND hwndClient, CHAR * dir); 19 BOOL PMMkDir(HWND hwnd, CHAR * filename, BOOL copy); 20 APIRET SetDir(HWND hwndClient, HWND hwnd, CHAR * dir, INT flags); 21 void SetTargetDir(HWND hwnd, BOOL justshow); 19 22 20 23 #endif // MKDIR_H -
TabularUnified trunk/dll/notify.c ¶
r1163 r1188 33 33 #include "strutil.h" // GetPString 34 34 #include "notify.h" 35 #include "presparm.h" // SetPresParams 35 36 #include "fm3dll.h" 37 #include "wrappers.h" // xmalloc 38 #include "misc.h" // PostMsg 36 39 #include "fortify.h" 37 40 -
TabularUnified trunk/dll/notify.h ¶
r1172 r1188 1 2 /*********************************************************************** 3 4 $Id: $ 5 6 <<description here>> 7 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2001, 2008 Steven H. Levine 10 11 05 Sep 08 JBS Ticket 187: Refactor FM3DLL.H 12 13 ***********************************************************************/ 14 15 #if !defined(NOTIFY_H) 16 17 #define NOTIFY_H 18 1 19 BOOL AddNote(CHAR * note); 2 20 HWND DoNotify(char *text); 3 21 VOID EndNote(VOID); 4 22 VOID HideNote(VOID); 23 HWND Notify(char *text); 5 24 VOID NotifyError(CHAR * filename, APIRET error); 6 25 MRESULT EXPENTRY NotifyWndProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2); 7 26 VOID ShowNote(VOID); 8 27 28 #endif // NOTIFY_H -
TabularUnified trunk/dll/objcnr.c ¶
r1163 r1188 35 35 #define INCL_LONGLONG 36 36 37 #include "fm3dll.h" 37 38 #include "fm3dlg.h" 38 39 #include "fm3str.h" … … 40 41 #include "strutil.h" // GetPString 41 42 #include "objcnr.h" 42 #include "fm3dll.h" 43 #include "notify.h" // Notify 44 #include "wrappers.h" // xDosFindNext 43 45 #include "select.h" // ExpandAll 44 46 #include "valid.h" // IsRoot 47 #include "misc.h" // PostMsg 45 48 #include "fortify.h" 46 49 -
TabularUnified trunk/dll/timer.c ¶
r1163 r1188 21 21 #define INCL_LONGLONG // dircnrs.h 22 22 23 #include "fm3dll.h" 23 24 #include "fm3str.h" 24 25 #include "errutil.h" // Dos_Error... 25 26 #include "strutil.h" // GetPString 26 27 #include "timer.h" 27 #include " fm3dll.h"28 #include "misc.h" // PostMsg 28 29 29 30 static PSZ pszSrcFile = __FILE__; -
TabularUnified trunk/dll/viewer.h ¶
r1170 r1188 17 17 18 18 MRESULT EXPENTRY MLEEditorProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2); 19 HWND StartMLEEditor(HWND hwnd, INT flags, CHAR * filename, HWND hwndRestore); 19 20 20 21
Note:
See TracChangeset
for help on using the changeset viewer.