Added fixes for Unicode compilation.

Added WXK_ALT incl test.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2591 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-05-28 16:10:01 +00:00
parent 0c08906562
commit 861ccde481
10 changed files with 38 additions and 24 deletions

View File

@@ -829,6 +829,7 @@ enum wxKeyCode
WXK_MBUTTON,
WXK_CLEAR,
WXK_SHIFT,
WXK_ALT,
WXK_CONTROL,
WXK_MENU,
WXK_PAUSE,