summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--win32.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/win32.c b/win32.c
index e454d03dc..b79c297fa 100644
--- a/win32.c
+++ b/win32.c
@@ -100,6 +100,10 @@ typedef struct {
#define AS(x,z) {x,0,z}
#define AM(x,y,z,w) {x,y-x,z}
+#ifndef VK_OEM_3
+#define VK_OEM_3 0xC0
+#endif
+
static const VkMapping _vk_mapping[] = {
// Pageup stuff + up/down
AM(VK_PRIOR,VK_DOWN, WKC_PAGEUP, WKC_DOWN),