Correct compilation for GTK < 2.4.

Remove double testing for __WXMGL__ and __WXX11__
    after testing for __UNIVERSAL__


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39631 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2006-06-08 10:05:42 +00:00
parent da452b9eec
commit a84f5f39b8
3 changed files with 6 additions and 12 deletions

View File

@@ -1627,10 +1627,10 @@ void wxGenericFileDialog::UpdateControls()
#endif // defined(__DOS__) || defined(__WINDOWS__) || defined(__OS2__)
}
#ifdef USE_GENERIC_FILEDIALOG
#ifdef wxUSE_GENERIC_FILEDIALOG
IMPLEMENT_DYNAMIC_CLASS(wxFileDialog, wxGenericFileDialog)
#endif // USE_GENERIC_FILEDIALOG
#endif // wxUSE_GENERIC_FILEDIALOG
#endif // wxUSE_FILEDLG