2014-02-07 18:02:02 +00:00
|
|
|
#ifndef _BROWSEUI_PCH_
|
|
|
|
#define _BROWSEUI_PCH_
|
|
|
|
|
2014-01-21 17:55:08 +00:00
|
|
|
#include <stdarg.h>
|
|
|
|
|
2013-01-24 23:00:42 +00:00
|
|
|
#define WIN32_NO_STATUS
|
|
|
|
#define _INC_WINDOWS
|
|
|
|
#define COM_NO_WINDOWS_H
|
2014-01-21 17:55:08 +00:00
|
|
|
|
2013-01-24 23:00:42 +00:00
|
|
|
#include <windef.h>
|
|
|
|
#include <winbase.h>
|
2013-05-04 20:43:16 +00:00
|
|
|
#include <wincon.h>
|
2014-12-24 16:14:10 +00:00
|
|
|
#include <wingdi.h>
|
2011-07-28 15:54:22 +00:00
|
|
|
#include <shlobj.h>
|
2013-05-17 11:19:48 +00:00
|
|
|
#include <tlogstg.h>
|
2016-05-31 14:42:01 +00:00
|
|
|
#include <shellapi.h>
|
2011-07-28 15:54:22 +00:00
|
|
|
#include <shlobj_undoc.h>
|
|
|
|
#include <shlguid_undoc.h>
|
2013-07-14 06:02:03 +00:00
|
|
|
#include <shdeprecated.h>
|
2011-07-28 15:54:22 +00:00
|
|
|
#include <tchar.h>
|
|
|
|
#include <atlbase.h>
|
|
|
|
#include <atlcom.h>
|
|
|
|
#include <atlwin.h>
|
2017-10-22 15:59:01 +00:00
|
|
|
#include <atlsimpcoll.h>
|
2017-12-17 14:29:30 +00:00
|
|
|
#include <atlstr.h>
|
2015-02-26 18:44:34 +00:00
|
|
|
#include <undocuser.h>
|
2011-07-28 15:54:22 +00:00
|
|
|
#include <perhist.h>
|
|
|
|
#include <exdispid.h>
|
2015-02-09 22:31:53 +00:00
|
|
|
#include <strsafe.h>
|
2011-07-28 15:54:22 +00:00
|
|
|
#include <shlwapi.h>
|
|
|
|
#include <shlwapi_undoc.h>
|
2014-10-20 21:09:55 +00:00
|
|
|
#include <undocshell.h>
|
2014-11-27 20:27:19 +00:00
|
|
|
#include <shellutils.h>
|
|
|
|
#include <browseui_undoc.h>
|
2013-01-24 23:00:42 +00:00
|
|
|
#include <wine/debug.h>
|
2011-07-28 15:54:22 +00:00
|
|
|
|
|
|
|
#include "resource.h"
|
2013-01-24 23:00:42 +00:00
|
|
|
|
2017-12-17 14:29:30 +00:00
|
|
|
#include "ACLCustomMRU.h"
|
2015-12-09 19:36:35 +00:00
|
|
|
#include "aclistisf.h"
|
2011-07-28 15:54:22 +00:00
|
|
|
#include "aclmulti.h"
|
|
|
|
#include "addressband.h"
|
|
|
|
#include "addresseditbox.h"
|
2015-02-26 18:44:34 +00:00
|
|
|
#include "CAutoComplete.h"
|
2011-07-28 15:54:22 +00:00
|
|
|
#include "bandproxy.h"
|
2017-04-09 13:51:39 +00:00
|
|
|
#include "shellbars/CBandSite.h"
|
|
|
|
#include "shellbars/CBandSiteMenu.h"
|
2017-10-16 20:56:34 +00:00
|
|
|
#include "shellbars/CISFBand.h"
|
2011-07-28 15:54:22 +00:00
|
|
|
#include "brandband.h"
|
|
|
|
#include "internettoolbar.h"
|
|
|
|
#include "commonbrowser.h"
|
|
|
|
#include "globalfoldersettings.h"
|
|
|
|
#include "regtreeoptions.h"
|
2014-12-03 16:11:46 +00:00
|
|
|
#include "explorerband.h"
|
2015-02-09 22:29:23 +00:00
|
|
|
#include "CProgressDialog.h"
|
2016-07-30 11:53:16 +00:00
|
|
|
#include "browseui.h"
|
2014-03-07 22:28:55 +00:00
|
|
|
#include <stdio.h>
|
|
|
|
|
2014-01-21 17:55:08 +00:00
|
|
|
WINE_DEFAULT_DEBUG_CHANNEL(browseui);
|
2014-02-07 18:02:02 +00:00
|
|
|
|
|
|
|
#endif /* _BROWSEUI_PCH_ */
|