Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/select.h
r1200 r1227 15 15 #if !defined(SELECT_H) 16 16 #define SELECT_H 17 18 #include "dircnrs.h" // typedef for CNRITEM, PCNRITEM 17 19 18 20 VOID Deselect(HWND hwndCnr); -
trunk/dll/seticon.c
r1212 r1227 22 22 #define INCL_LONGLONG // dircnrs.h 23 23 24 #include "fm3dll2.h" // #define's for UM_*, control id's, etc. 24 25 #include "fm3dlg.h" 25 26 #include "errutil.h" // Dos_Error... -
trunk/dll/shadow.c
r1212 r1227 24 24 25 25 #include "fm3dll.h" 26 #include "fm3dll2.h" // #define's for UM_*, control id's, etc. 26 27 #include "filldir.h" // Data declaration(s) 27 28 #include "mainwnd.h" // Data declaration(s) -
trunk/dll/sysinfo.c
r1213 r1227 26 26 27 27 #include "fm3dll.h" 28 #include "fm3dll2.h" // #define's for UM_*, control id's, etc. 29 #include "sysinfo.h" 28 30 #include "printer.h" // Data declaration(s) 29 31 #include "init.h" // Data declaration(s) … … 31 33 #include "fm3dlg.h" 32 34 #include "pathutil.h" // BldFullPathName 33 #include "sysinfo.h"34 35 #include "copyf.h" // unlinkf 35 36 #include "wrappers.h" // xfgets -
trunk/dll/systemf.c
r1213 r1227 38 38 39 39 #include "fm3dll.h" 40 #include "fm3dll2.h" // #define's for UM_*, control id's, etc. 40 41 #include "mkdir.h" // Data declaration(s) 41 42 #include "init.h" // Data declaration(s) -
trunk/dll/systemf.h
r1201 r1227 15 15 #if !defined(SYSTEMF_H) 16 16 #define SYSTEMF_H 17 18 INT ExecOnList(HWND hwnd, CHAR * command, INT flags, CHAR * tpath,19 CHAR ** list, CHAR * prompt, PCSZ pszCallingFile, UINT uiLineNumber);20 BOOL ShowSession(HWND hwnd, PID pid);21 INT runemf2(INT type, HWND hwnd, PCSZ pszCallingFile, UINT uiLineNumber,22 CHAR * directory, CHAR * environment,23 CHAR * formatstring, ...);24 17 25 18 #define RUNTYPE_MASK 0xf … … 43 36 #define CHILD 65536 44 37 38 typedef struct 39 { 40 ULONG flags; 41 CHAR *commandline; 42 CHAR path[CCHMAXPATH]; 43 CHAR environment[1001]; 44 CHAR tempprompt[128]; 45 CHAR title[80]; 46 BOOL dropped; 47 } 48 EXECARGS; 49 50 INT ExecOnList(HWND hwnd, CHAR * command, INT flags, CHAR * tpath, 51 CHAR ** list, CHAR * prompt, PCSZ pszCallingFile, UINT uiLineNumber); 52 BOOL ShowSession(HWND hwnd, PID pid); 53 INT runemf2(INT type, HWND hwnd, PCSZ pszCallingFile, UINT uiLineNumber, 54 CHAR * directory, CHAR * environment, 55 CHAR * formatstring, ...); 45 56 46 57 -
trunk/dll/timer.c
r1213 r1227 22 22 23 23 #include "fm3dll.h" 24 #include "fm3dll2.h" // #define's for UM_*, control id's, etc. 24 25 #include "mainwnd.h" // Data declaration(s) 25 26 #include "datamin.h" // Data declaration(s) -
trunk/dll/tools.c
r1213 r1227 34 34 35 35 #include "fm3dll.h" 36 #include "fm3dll2.h" // #define's for UM_*, control id's, etc. 37 #include "tools.h" 36 38 #include "arccnrs.h" // Data declaration(s) 37 39 #include "notebook.h" // Data declaration(s) … … 39 41 #include "mainwnd.h" // Data declaration(s) 40 42 #include "fm3dlg.h" 41 #include "tools.h"42 43 #include "fm3str.h" 43 44 #include "errutil.h" // Dos_Error... -
trunk/dll/treecnr.c
r1213 r1227 60 60 61 61 #include "fm3dll.h" 62 #include "fm3dll2.h" // #define's for UM_*, control id's, etc. 63 #include "treecnr.h" 62 64 #include "mainwnd2.h" // Data declaration(s) 63 65 #include "grep.h" // Data declaration(s) … … 89 91 #include "objwin.h" // MakeObjWin 90 92 #include "notify.h" // NotifyError 91 #include "treecnr.h"92 93 #include "remap.h" // RemapDlgProc 93 94 #include "saveclip.h" // SaveListDlgProc -
trunk/dll/undel.c
r1214 r1227 29 29 30 30 #include "fm3dll.h" 31 #include "fm3dll2.h" // #define's for UM_*, control id's, etc. 32 #include "undel.h" 31 33 #include "init.h" // Data declaration(s) 32 34 #include "mainwnd.h" // Data declaration(s) … … 39 41 #include "common.h" // DecrThreadUsage, IncrThreadUsage 40 42 #include "valid.h" // MakeFullName 41 #include "undel.h"42 43 #include "copyf.h" // unlinkf 43 44 #include "wrappers.h" // xfgets
Note:
See TracChangeset
for help on using the changeset viewer.
