Changeset - r153:ccb536f36f1b
[Not reviewed]
master
0 1 0
darkvater - 20 years ago 2004-09-03 20:04:32
darkvater@openttd.org
(svn r154) -Fix: some people while using MSVC don't have VK_OEM_3 defined? Or it could be Win2000/XP only
1 file changed with 4 insertions and 0 deletions:
0 comments (0 inline, 0 general)
win32.c
Show inline comments
 
@@ -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),
0 comments (0 inline, 0 general)