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:
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>