Define MAPVK_VK_TO_CHAR to fix wxMSW compilation with old SDK headers.
At least MinGW headers don't define this constant. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65534 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
673810eeb8
commit
7095bd60e2
@ -166,6 +166,10 @@
|
||||
#define wxHAS_XBUTTON
|
||||
#endif
|
||||
|
||||
#ifndef MAPVK_VK_TO_CHAR
|
||||
#define MAPVK_VK_TO_CHAR 2
|
||||
#endif
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
// global variables
|
||||
// ---------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user