add wxUSE_FILECTRL guards
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49827 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
6517fa86c3
commit
a82b05935e
@ -16,7 +16,7 @@
|
||||
|
||||
#include "wx/filectrl.h"
|
||||
|
||||
#if !defined(__WXUNIVERSAL__)
|
||||
#if wxUSE_FILECTRL && !defined(__WXUNIVERSAL__)
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
# include "wx/sizer.h"
|
||||
@ -423,4 +423,4 @@ void wxGtkFileCtrl::ShowHidden(bool show)
|
||||
|
||||
#endif // wxUSE_FILECTRL
|
||||
|
||||
#endif // !defined(__WXUNIVERSAL__)
|
||||
#endif // wxUSE_FILECTRL && !defined(__WXUNIVERSAL__)
|
||||
|
Loading…
Reference in New Issue
Block a user