(svn r154) -Fix: some people while using MSVC don't have VK_OEM_3 defined? Or it could be Win2000/XP only

This commit is contained in:
darkvater 2004-09-03 20:04:32 +00:00
parent 4fec362b32
commit ca67192520
1 changed files with 4 additions and 0 deletions

View File

@ -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),