Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/dll/update.c
r1214 r1228 31 31 32 32 #include "fm3dll.h" 33 #include "fm3dll2.h" // #define's for UM_*, control id's, etc. 34 #include "update.h" 33 35 #include "init.h" // Data declaration(s) 34 36 #include "notebook.h" // Data declaration(s) … … 40 42 #include "dircnrs.h" 41 43 #include "flesh.h" // Flesh, Stubby 42 #include "update.h"43 44 #include "findrec.h" // FindCnrRecord 44 45 #include "valid.h" // IsFullName  - 
      
trunk/dll/update.h
r1201 r1228 16 16 #define UPDATE_H 17 17 18 #include "dircnrs.h" // typedef's for DIRCNRDATA, etc. 19 18 20 HPOINTER SelectDriveIcon(PCNRITEM pci); 19 21 BOOL UpdateCnrList(HWND hwndCnr, CHAR ** filename, INT howmany, BOOL partial,  - 
      
trunk/dll/uudecode.c
r1214 r1228 28 28 29 29 #include "fm3dll.h" 30 #include "fm3dll2.h" // #define's for UM_*, control id's, etc. 31 #include "worker.h" // typedef WORKER 30 32 #include "notebook.h" // Data declaration(s) 31 33 #include "fm3dlg.h"  - 
      
trunk/dll/viewer.c
r1214 r1228 29 29 30 30 #include "fm3dll.h" 31 #include "fm3dll2.h" // #define's for UM_*, control id's, etc. 32 #include "viewer.h" 31 33 #include "mainwnd2.h" // Data declaration(s) 32 34 #include "collect.h" // Data declaration(s) … … 42 44 #include "colors.h" // ColorDlgProc 43 45 #include "mainwnd.h" // FillClient 44 #include "viewer.h"45 46 #include "codepage.h" // PickCodepage 46 47 #include "dirs.h" // switch_to  - 
      
trunk/dll/viewinf.c
r1214 r1228 30 30 31 31 #include "fm3dll.h" 32 #include "fm3dll2.h" // #define's for UM_*, control id's, etc. 32 33 #include "notebook.h" // Data declaration(s) 33 34 #include "init.h" // Data declaration(s)  - 
      
trunk/dll/walkem.c
r1214 r1228 49 49 50 50 #include "fm3dll.h" 51 #include "fm3dll2.h" // #define's for UM_*, control id's, etc. 51 52 #include "arccnrs.h" // Data declaration(s) 52 53 #include "info.h" // Data declaration(s)  - 
      
trunk/dll/walkem.h
r1214 r1228 19 19 #include <os2.h> 20 20 #endif 21 22 typedef struct 23 { 24 USHORT size; 25 USHORT dummy; 26 CHAR szCurrentPath1[CCHMAXPATH]; 27 CHAR szCurrentPath2[CCHMAXPATH]; 28 } 29 WALK2; 30 31 typedef struct LINKDIRS 32 { 33 CHAR *path; 34 struct LINKDIRS *next; 35 } 36 LINKDIRS; 21 37 22 38 VOID FillPathListBox(HWND hwnd, HWND hwnddrive, HWND hwnddir, PSZ path,  - 
      
trunk/dll/winlist.c
r1214 r1228 22 22 23 23 #include "fm3dll.h" 24 #include "fm3dll2.h" // #define's for UM_*, control id's, etc. 24 25 #include "killproc.h" // Data declaration(s) 25 26 #include "init.h" // Data declaration(s)  - 
      
trunk/dll/worker.c
r1215 r1228 38 38 #include <share.h> 39 39 #include <process.h> // _beginthread 40 #include <time.h> 40 41 41 42 #define INCL_DOS … … 49 50 50 51 #include "fm3dll.h" 52 #include "fm3dll2.h" // #define's for UM_*, control id's, etc. 51 53 #include "mainwnd2.h" // Data declaration(s) 52 54 #include "arccnrs.h" // Data declaration(s)  - 
      
trunk/dll/worker.h
r1215 r1228 17 17 #define WORKER_H 18 18 19 #include "makelist.h" // typedef LISTINFO 20 21 typedef struct { 22 23 CHAR *source; 24 CHAR target[CCHMAXPATH]; 25 BOOL rename; 26 BOOL skip; 27 BOOL dontask; 28 BOOL overold; 29 BOOL overnew; 30 BOOL overwrite; 31 } 32 MOVEIT; 33 34 typedef struct 35 { 36 USHORT size; 37 USHORT dummy; 38 CHAR directory[CCHMAXPATH]; 39 HWND hwndParent; 40 HWND hwndFrame; 41 HWND hwndClient; 42 HWND hwndCnr; 43 LISTINFO *li; 44 } 45 WORKER; 46 19 47 VOID Action(VOID * args); 20 48 VOID MassAction(VOID * args);  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  