From f530cf9e76867b77001037823c5b26a39ce9c6c1 Mon Sep 17 00:00:00 2001 From: Rob Shearman Date: Wed, 17 Sep 2008 10:57:27 +0100 Subject: [PATCH] cryptnet: Define CERT_REVOCATION_PARA_HAS_EXTRA_FIELDS before including any PSDK headers. --- dlls/cryptnet/cryptnet_main.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dlls/cryptnet/cryptnet_main.c b/dlls/cryptnet/cryptnet_main.c index ffd4d64addf..049d577f33c 100644 --- a/dlls/cryptnet/cryptnet_main.c +++ b/dlls/cryptnet/cryptnet_main.c @@ -20,21 +20,23 @@ #include "config.h" #include "wine/port.h" -#include #define NONAMELESSUNION #define NONAMELESSSTRUCT +#define CERT_REVOCATION_PARA_HAS_EXTRA_FIELDS + +#include #include "windef.h" -#include "wine/debug.h" #include "winbase.h" #include "winnt.h" #include "winnls.h" #include "wininet.h" #include "objbase.h" -#define CERT_REVOCATION_PARA_HAS_EXTRA_FIELDS #include "wincrypt.h" +#include "wine/debug.h" + WINE_DEFAULT_DEBUG_CHANNEL(cryptnet); BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) -- 2.11.4.GIT