mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-01-01 21:26:50 +00:00
common/ssl_verify: special case to WIN32 that isn't MINGW32
This commit is contained in:
parent
533358acf5
commit
a2e0db03a9
@ -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