Rob Shearman : cryptnet: Define CERT_REVOCATION_PARA_HAS_EXTRA_FIELDS before including any PSDK headers .

Alexandre Julliard julliard at winehq.org
Wed Sep 17 07:15:17 CDT 2008


Module: wine
Branch: master
Commit: f530cf9e76867b77001037823c5b26a39ce9c6c1
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f530cf9e76867b77001037823c5b26a39ce9c6c1

Author: Rob Shearman <robertshearman at gmail.com>
Date:   Wed Sep 17 10:57:27 2008 +0100

cryptnet: Define CERT_REVOCATION_PARA_HAS_EXTRA_FIELDS before including any PSDK headers.

---

 dlls/cryptnet/cryptnet_main.c |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/dlls/cryptnet/cryptnet_main.c b/dlls/cryptnet/cryptnet_main.c
index ffd4d64..049d577 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 <stdio.h>
 
 #define NONAMELESSUNION
 #define NONAMELESSSTRUCT
+#define CERT_REVOCATION_PARA_HAS_EXTRA_FIELDS
+
+#include <stdio.h>
 
 #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)




More information about the wine-cvs mailing list