common: fix build with mingw

This commit is contained in:
Victor Toso 2015-01-06 18:02:50 +01:00
parent 862b9b1a9e
commit 619b99511d

View File

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