mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 14:41:25 +00:00
common/ssl_verify: special case to WIN32 that isn't MINGW32
This commit is contained in:
parent
7a63185b9b
commit
8a36c625a6
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user