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 'src/mumble/GKey.cpp')
-rw-r--r--src/mumble/GKey.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mumble/GKey.cpp b/src/mumble/GKey.cpp
index cafba9784..309c81648 100644
--- a/src/mumble/GKey.cpp
+++ b/src/mumble/GKey.cpp
@@ -150,3 +150,5 @@ QString GKeyLibrary::getMouseButtonString(int button) {
QString GKeyLibrary::getKeyboardGkeyString(int key, int mode) {
return QString::fromWCharArray(LogiGkeyGetKeyboardGkeyString(key, mode));
}
+
+#undef RESOLVE