mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-08-21 22:50:21 +00:00
common: fix build with mingw
This commit is contained in:
parent
862b9b1a9e
commit
619b99511d
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user