]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/containr.cpp
make methods available to all ports
[wxWidgets.git] / 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)
 {