Changeset 1180 for trunk/dll/saveclip.c


Ignore:
Timestamp:
Sep 10, 2008, 11:54:36 PM (17 years ago)
Author:
John Small
Message:

Ticket 187: Draft 2: Move remaining function declarations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/saveclip.c

    r1158 r1180  
    3535#define INCL_LONGLONG
    3636
     37#include "fm3dll.h"
    3738#include "fm3dlg.h"
    3839#include "fm3str.h"
     40#include "saveclip.h"
    3941#include "makelist.h"                   // AddToList
    4042#include "errutil.h"                    // Dos_Error...
    4143#include "strutil.h"                    // GetPString
    4244#include "pathutil.h"                   // BldFullPathName
    43 #include "saveclip.h"
    4445#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
    4655#include "fortify.h"
    4756
     
    5059//static VOID ListToClipboard(HWND hwnd, CHAR ** list, ULONG append);
    5160
     61static CHAR **ListFromClipboardHab(HAB hab);
    5262static BOOL SaveToClipHab(HAB hab, CHAR * text, BOOL append);
    5363
Note: See TracChangeset for help on using the changeset viewer.