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:
Václav Slavík
2008-05-20 09:28:48 +00:00
parent 7a1638b8ba
commit bb7f17db1e

View File

@@ -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,