summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--client/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/common.h b/client/common.h
index 268057a6..e9a7ea8a 100644
--- a/client/common.h
+++ b/client/common.h
@@ -44,6 +44,7 @@
#ifdef __GNUC__
#define UNICODE 1
#define _UNICODE 1
+#if !defined __MINGW32__
#define WINVER 0x0501
#define swprintf_s(_str, _len, _fmt, ...) \
swprintf(_str, _fmt, ## __VA_ARGS__)
@@ -51,6 +52,7 @@
vsnprintf(_str, _len2, _fmt, _valist)
#define _ftime_s(_t) _ftime(_t)
#endif
+#endif
#include <winsock2.h>
#include <windows.h>