Improvements for building minimal builds and new ports: wxUSE_* usage and minor cleaning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39633 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -24,6 +24,11 @@
|
||||
#pragma hdrstop
|
||||
#endif
|
||||
|
||||
#if wxUSE_COLOURPICKERCTRL || \
|
||||
wxUSE_DIRPICKERCTRL || \
|
||||
wxUSE_FILEPICKERCTRL || \
|
||||
wxUSE_FONTPICKERCTRL
|
||||
|
||||
#include "wx/pickerbase.h"
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
@@ -200,3 +205,5 @@ void wxPickerBase::SetInternalMargin(int newmargin)
|
||||
{
|
||||
m_margin = newmargin;
|
||||
}
|
||||
|
||||
#endif // Any picker in use
|
||||
|
||||
Reference in New Issue
Block a user