X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4b5a12ecea0b35b83f4f1e918f2c5cf6cfa451b9..ad653fa23069c5d9378247084f03c9a718c3ad62:/src/common/containr.cpp diff --git a/src/common/containr.cpp b/src/common/containr.cpp index fbd3ea33d2..9de060cdda 100644 --- a/src/common/containr.cpp +++ b/src/common/containr.cpp @@ -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) {