Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2016-08-21 14:45:04 +0300
committerMikkel Krautz <mikkel@krautz.dk>2016-08-21 19:43:20 +0300
commitb711ea987c66ff1de7c08dc0be1e239f260f6b8d (patch)
tree5a2d91e7a1c078238ab0530e00410f301cf9cf92 /overlay
parent9f50ca8c2cd65b0e9090a7031c5505d14f134176 (diff)
overlay/lib.h: fix _WIN32_WINNT redefinition.
Diffstat (limited to 'overlay')
-rw-r--r--overlay/lib.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/overlay/lib.h b/overlay/lib.h
index 5cf28fa53..c572f4a5c 100644
--- a/overlay/lib.h
+++ b/overlay/lib.h
@@ -7,6 +7,9 @@
#define MUMBLE_LIB_H_
#define _UNICODE
+#ifdef _WIN32_WINNT
+# undef _WIN32_WINNT
+#endif
#define _WIN32_WINNT 0x0501
#include <stdio.h>
#include <stdarg.h>