workback defs for OSX

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30353 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton 2004-11-08 00:28:36 +00:00
parent 990e581091
commit 27cfdc97a4

View File

@ -1874,7 +1874,7 @@ enum wxKeyCode
WXK_SPACE = 32,
WXK_DELETE = 127,
WXK_START = 65536, /* Above max short to avoid conflict with unicode chars */
WXK_START = 300, /* FIXME: Conflicts with UNICODE */
WXK_LBUTTON,
WXK_RBUTTON,
WXK_CANCEL,