]> git.saurik.com Git - wxWidgets.git/commitdiff
don't take wxID_NONE inside #if wxABI_VERSION check: it's (going to be) used inside...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 17 Aug 2005 12:56:21 +0000 (12:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 17 Aug 2005 12:56:21 +0000 (12:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35209 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/defs.h

index ba94f1e06622f5f79874cd570d106a01ed8da9fa..2924970772b4853eab1c2199f45a92dec731b8c9 100644 (file)
@@ -1616,10 +1616,8 @@ enum wxBackgroundStyle
 /*  Standard menu IDs */
 enum
 {
-#if wxABI_VERSION >= 20602
     /* no id matches this one when compared to it */
     wxID_NONE = -3,
-#endif
 
     /*  id for a separator line in the menu (invalid for normal item) */
     wxID_SEPARATOR = -2,