X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b905d6cc083a38d46ae48712f5221236247a39ce..6eae1f7d48196dea9968c8e478f28a4166bd0fe9:/src/mac/carbon/statlmac.cpp?ds=sidebyside diff --git a/src/mac/carbon/statlmac.cpp b/src/mac/carbon/statlmac.cpp index 1b47d345d6..359893d527 100644 --- a/src/mac/carbon/statlmac.cpp +++ b/src/mac/carbon/statlmac.cpp @@ -16,13 +16,11 @@ // headers // ---------------------------------------------------------------------------- -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma implementation "statline.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" +#if wxUSE_STATLINE + #ifdef __BORLANDC__ #pragma hdrstop #endif @@ -63,3 +61,5 @@ bool wxStaticLine::Create( wxWindow *parent, return TRUE; } + +#endif //wxUSE_STATLINE