diff options
-rw-r--r-- | win32.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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), |