]> git.saurik.com Git - wxWidgets.git/commitdiff
wxUSE_XXX fix
authorRyan Norton <wxprojects@comcast.net>
Tue, 1 Mar 2005 10:27:10 +0000 (10:27 +0000)
committerRyan Norton <wxprojects@comcast.net>
Tue, 1 Mar 2005 10:27:10 +0000 (10:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32520 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/statlmac.cpp

index 1b47d345d67e39e0bfb15d2a54868a8052ff9195..80d0ea1c4977c41417abcab5aa07081005a9c6a6 100644 (file)
@@ -23,6 +23,8 @@
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
+#if wxUSE_STATLINE
+
 #ifdef __BORLANDC__
     #pragma hdrstop
 #endif
@@ -63,3 +65,5 @@ bool wxStaticLine::Create( wxWindow *parent,
 
     return TRUE;
 }
+
+#endif //wxUSE_STATLINE