Changeset 1180 for trunk/dll/saveclip.c
- Timestamp:
- Sep 10, 2008, 11:54:36 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/saveclip.c
r1158 r1180 35 35 #define INCL_LONGLONG 36 36 37 #include "fm3dll.h" 37 38 #include "fm3dlg.h" 38 39 #include "fm3str.h" 40 #include "saveclip.h" 39 41 #include "makelist.h" // AddToList 40 42 #include "errutil.h" // Dos_Error... 41 43 #include "strutil.h" // GetPString 42 44 #include "pathutil.h" // BldFullPathName 43 #include "saveclip.h"44 45 #include "literal.h" // fixup 45 #include "fm3dll.h" 46 #include "subj.h" // Subject 47 #include "getnames.h" // export_filename 48 #include "copyf.h" // unlinkf 49 #include "wrappers.h" // xfgets 50 #include "strips.h" // bstrip 51 #include "misc.h" // CheckDriveSpaceAvail 52 #include "commafmt.h" // CommaFmtULL 53 #include "valid.h" // IsRoot 54 #include "dirs.h" // save_dir2 46 55 #include "fortify.h" 47 56 … … 50 59 //static VOID ListToClipboard(HWND hwnd, CHAR ** list, ULONG append); 51 60 61 static CHAR **ListFromClipboardHab(HAB hab); 52 62 static BOOL SaveToClipHab(HAB hab, CHAR * text, BOOL append); 53 63
Note:
See TracChangeset
for help on using the changeset viewer.