Module: wine Branch: master Commit: 97675b1365a25dc9d614855b39819235ef2af1dc URL: http://source.winehq.org/git/wine.git/?a=commit;h=97675b1365a25dc9d614855b39...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Nov 6 14:39:16 2007 +0100
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(+), 0 deletions(-)
diff --git a/dlls/cryptnet/cryptnet_main.c b/dlls/cryptnet/cryptnet_main.c index 487da9d..0ad302d 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 a95b443..3487bc3 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 b8739d2..8f26859 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 a3e18e0..1657815 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"