From 97675b1365a25dc9d614855b39819235ef2af1dc Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Tue, 6 Nov 2007 14:39:16 +0100 Subject: [PATCH] Include objbase.h where need to get the DllRegisterServer prototype. --- dlls/cryptnet/cryptnet_main.c | 1 + dlls/hnetcfg/hnetcfg.c | 1 + dlls/winhttp/main.c | 1 + dlls/wintrust/register.c | 1 + 4 files changed, 4 insertions(+) diff --git a/dlls/cryptnet/cryptnet_main.c b/dlls/cryptnet/cryptnet_main.c index 487da9df170..0ad302dd743 100644 --- a/dlls/cryptnet/cryptnet_main.c +++ b/dlls/cryptnet/cryptnet_main.c @@ -31,6 +31,7 @@ #include "winnt.h" #include "winnls.h" #include "wininet.h" +#include "objbase.h" #define CERT_REVOCATION_PARA_HAS_EXTRA_FIELDS #include "wincrypt.h" diff --git a/dlls/hnetcfg/hnetcfg.c b/dlls/hnetcfg/hnetcfg.c index a95b4437d4b..3487bc305ec 100644 --- a/dlls/hnetcfg/hnetcfg.c +++ b/dlls/hnetcfg/hnetcfg.c @@ -20,6 +20,7 @@ #include "windef.h" #include "winbase.h" +#include "objbase.h" #include "wine/debug.h" WINE_DEFAULT_DEBUG_CHANNEL(hnetcfg); diff --git a/dlls/winhttp/main.c b/dlls/winhttp/main.c index b8739d24298..8f26859fb8c 100644 --- a/dlls/winhttp/main.c +++ b/dlls/winhttp/main.c @@ -22,6 +22,7 @@ #include "windef.h" #include "winbase.h" +#include "objbase.h" #include "winhttp.h" #include "wine/debug.h" diff --git a/dlls/wintrust/register.c b/dlls/wintrust/register.c index a3e18e0d4c2..16578150c3b 100644 --- a/dlls/wintrust/register.c +++ b/dlls/wintrust/register.c @@ -26,6 +26,7 @@ #include "winuser.h" #include "winreg.h" #include "winnls.h" +#include "objbase.h" #include "guiddef.h" #include "wintrust.h" -- 2.11.4.GIT