Project

General

Profile

Bug #864

undefined VK_ keymaps in sys_console

Added by arclore about 14 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
Start date:
2010-02-03
% Done:

100%


Description

The keymaps VK_OEM_PLUS, _COMMA, _MINUS, and _PERIOD (lines 97-100, engine/win32/src/sys_console.c) are undefined unless _WIN32_WINNT is set >= 0x0500. Adding #define _WIN32_WINNT (or WINVER) 0x0500 before the window.h include fixes the problem, but may be incompatible with Windows earlier than 2000, if thats an issue.

Labels: Console

History

#1 Updated by danij about 14 years ago

We do not currently support versions of Windows earlier than XP, so this is fine.

Also available in: Atom PDF