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 committed by Marc-André Lureau
parent 533358acf5
commit a2e0db03a9

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