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:
Vadim Zeitlin 2010-09-12 22:05:51 +00:00
parent 673810eeb8
commit 7095bd60e2

View File

@ -166,6 +166,10 @@
#define wxHAS_XBUTTON
#endif
#ifndef MAPVK_VK_TO_CHAR
#define MAPVK_VK_TO_CHAR 2
#endif
// ---------------------------------------------------------------------------
// global variables
// ---------------------------------------------------------------------------