From: Ryan Norton Date: Tue, 1 Mar 2005 10:27:10 +0000 (+0000) Subject: wxUSE_XXX fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/fa0c64d629961171397b4e7d7b3130a25d1b3fbe wxUSE_XXX fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32520 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/statlmac.cpp b/src/mac/carbon/statlmac.cpp index 1b47d345d6..80d0ea1c49 100644 --- a/src/mac/carbon/statlmac.cpp +++ b/src/mac/carbon/statlmac.cpp @@ -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