[Spice-devel] [PATCH 11/11] common/ssl_verify: special case to WIN32 that isn't MINGW32
Alon Levy
alevy at redhat.com
Fri Jan 13 03:35:54 PST 2012
---
common/ssl_verify.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/common/ssl_verify.h b/common/ssl_verify.h
index 8235c13..b8306f3 100644
--- a/common/ssl_verify.h
+++ b/common/ssl_verify.h
@@ -19,7 +19,7 @@
#ifndef SSL_VERIFY_H
#define SSL_VERIFY_H
-#ifdef WIN32
+#if defined(WIN32) && !defined(__MINGW32__)
#include <windows.h>
#include <wincrypt.h>
#endif
--
1.7.8.2
More information about the Spice-devel
mailing list