mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-30 17:49:02 +00:00
mingw32 build: disable ms compiler pragmas for gcc
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
71aad4d7e8
commit
53c808947d
@ -40,9 +40,11 @@
|
||||
#include <winsock2.h>
|
||||
#include <windows.h>
|
||||
|
||||
#ifndef __GNUC__
|
||||
#pragma warning(disable:4355)
|
||||
#pragma warning(disable:4996)
|
||||
#pragma warning(disable:4200)
|
||||
#endif
|
||||
|
||||
#define strcasecmp stricmp
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user