]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/statlmac.cpp
wxPalmOS build fix.
[wxWidgets.git] / src / mac / carbon / statlmac.cpp
index 1b47d345d67e39e0bfb15d2a54868a8052ff9195..359893d527e5c1515f6d7e3df7e34377cc256660 100644 (file)
 // 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