Changeset 1188 for trunk/dll/copyf.c
- Timestamp:
- Sep 10, 2008, 11:58:30 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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);
Note:
See TracChangeset
for help on using the changeset viewer.