mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[URLMON]
* 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:
parent
45f68df5a1
commit
aeec575e5a
3 changed files with 6 additions and 3 deletions
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include "urlmon_main.h"
|
||||
|
||||
#include <shellapi.h>
|
||||
#include <hlink.h>
|
||||
|
||||
typedef struct {
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue