From e32dc37570118300d58c68bae5b79af4ae460a04 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 30 Jul 2005 10:32:12 +0000 Subject: [PATCH] further wxABI_VERSION fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35014 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/defs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/defs.h b/include/wx/defs.h index 439e76f851..f49dd133d8 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -1623,8 +1623,10 @@ 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, -- 2.50.0