symbols added in 2.8.8 need to check for wxABI_VERSION >= 20808, not 20804
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53667 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -413,7 +413,7 @@ wxRendererNative& wxRendererNative::GetDefault()
|
|||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
#if defined(__WXMSW__) || defined(__WXMAC__) || defined(__WXGTK20__)
|
#if defined(__WXMSW__) || defined(__WXMAC__) || defined(__WXGTK20__)
|
||||||
#if wxABI_VERSION >= 20804
|
#if wxABI_VERSION >= 20808
|
||||||
|
|
||||||
// Draw a native wxChoice
|
// Draw a native wxChoice
|
||||||
void WXDLLEXPORT wxRenderer_DrawChoice(wxWindow* win, wxDC& dc,
|
void WXDLLEXPORT wxRenderer_DrawChoice(wxWindow* win, wxDC& dc,
|
||||||
|
Reference in New Issue
Block a user