* Remove one time inclusions from the main header and put them back where they belong.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61819
This commit is contained in:
Amine Khaldi 2014-01-25 20:24:12 +00:00
parent 45f68df5a1
commit aeec575e5a
3 changed files with 6 additions and 3 deletions

View file

@ -22,6 +22,7 @@
#include "urlmon_main.h"
#include <shellapi.h>
#include <hlink.h>
typedef struct {

View file

@ -20,6 +20,8 @@
#include "urlmon_main.h"
#include <ole2.h>
#include <initguid.h>
DEFINE_GUID(CLSID_CUri, 0xDF2FCE13, 0x25EC, 0x45BB, 0x9D,0x4C, 0xCE,0xCD,0x47,0xC2,0x43,0x0C);

View file

@ -33,18 +33,18 @@
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <ole2.h>
#include <objbase.h>
#include <oleauto.h>
#include <urlmon.h>
#include <wininet.h>
#include <shellapi.h>
#include <advpub.h>
#define NO_SHLWAPI_REG
#include <shlwapi.h>
#include <wine/debug.h>
#include <wine/list.h>
#include <wine/unicode.h>
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(urlmon);
extern HINSTANCE hProxyDll DECLSPEC_HIDDEN;