X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ef0e92205a01c7d0ca6f381cc690cb5d4fa595c9..af67f39da8ecf7c29ba5071ac49456d506c111cf:/include/wx/stattext.h diff --git a/include/wx/stattext.h b/include/wx/stattext.h index d23d88d4c1..1aef30c9a4 100644 --- a/include/wx/stattext.h +++ b/include/wx/stattext.h @@ -100,6 +100,9 @@ private: DECLARE_NO_COPY_CLASS(wxStaticTextBase) }; +// see wx/generic/stattextg.h for the explanation +#ifndef wxNO_PORT_STATTEXT_INCLUDE + #if defined(__WXUNIVERSAL__) #include "wx/univ/stattext.h" #elif defined(__WXMSW__) @@ -120,7 +123,8 @@ private: #include "wx/palmos/stattext.h" #endif +#endif // !wxNO_PORT_STATTEXT_INCLUDE + #endif // wxUSE_STATTEXT -#endif - // _WX_STATTEXT_H_BASE_ +#endif // _WX_STATTEXT_H_BASE_