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:
@@ -166,6 +166,10 @@
|
|||||||
#define wxHAS_XBUTTON
|
#define wxHAS_XBUTTON
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef MAPVK_VK_TO_CHAR
|
||||||
|
#define MAPVK_VK_TO_CHAR 2
|
||||||
|
#endif
|
||||||
|
|
||||||
// ---------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------
|
||||||
// global variables
|
// global variables
|
||||||
// ---------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user