diff options
author | Victor Toso <victortoso@redhat.com> | 2015-01-06 18:02:50 +0100 |
---|---|---|
committer | Victor Toso <victortoso@redhat.com> | 2015-01-06 18:02:50 +0100 |
commit | 619b99511d11938d3af8ad03f6dd05fc0130d704 (patch) | |
tree | d2b2b7411da05358e113a2cd41542e721705c8e5 /common | |
parent | 862b9b1a9e39b2448768417e05c436466c060423 (diff) | |
download | spice-common-619b99511d11938d3af8ad03f6dd05fc0130d704.tar.gz spice-common-619b99511d11938d3af8ad03f6dd05fc0130d704.tar.xz spice-common-619b99511d11938d3af8ad03f6dd05fc0130d704.zip |
common: fix build with mingw
Diffstat (limited to 'common')
-rw-r--r-- | 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 bfbd8a4..e4a0406 100644 --- a/common/ssl_verify.h +++ b/common/ssl_verify.h @@ -19,7 +19,7 @@ #ifndef SSL_VERIFY_H #define SSL_VERIFY_H -#if defined(WIN32) && !defined(__MINGW32__) +#if defined(WIN32) #include <windows.h> #include <wincrypt.h> #endif |