]> git.saurik.com Git - wxWidgets.git/commitdiff
make methods available to all ports
authorStefan Csomor <csomor@advancedconcepts.ch>
Thu, 13 Jun 2013 00:42:24 +0000 (00:42 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Thu, 13 Jun 2013 00:42:24 +0000 (00:42 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/containr.cpp

index fbd3ea33d2bc7c1c3b0091bc11e79fa9b2650541..9de060cddaff1e454cc345cef2395d4343bb9cf4 100644 (file)
@@ -187,7 +187,7 @@ void wxControlContainer::SetLastFocus(wxWindow *win)
 // within the same group. Used by wxSetFocusToChild on wxMSW
 // --------------------------------------------------------------------
 
-#if defined(__WXMSW__) && wxUSE_RADIOBTN
+#if wxUSE_RADIOBTN 
 
 wxRadioButton* wxGetPreviousButtonInGroup(wxRadioButton *btn)
 {