common/ssl_verify: special case to WIN32 that isn't MINGW32

This commit is contained in:
Alon Levy 2012-01-13 12:58:08 +02:00
parent 7a63185b9b
commit 8a36c625a6

View File

@ -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