]> git.tdb.fi Git - libs/gui.git/blobdiff - source/input/windows/keyboard.cpp
Windows compilation fixes
[libs/gui.git] / source / input / windows / keyboard.cpp
index e6882fe917dd3183089460107fe8c24e162e0bf0..a598ac8450dcaf4735134d12a80876c43eb35fbe 100644 (file)
@@ -4,7 +4,9 @@
 #include "keys.h"
 #include "keys_private.h"
 
+#ifndef MAPVK_VK_TO_VSC
 #define MAPVK_VK_TO_VSC 0
+#endif
 
 namespace Msp {
 namespace Input {