wxUSE_XXX fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32520 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton 2005-03-01 10:27:10 +00:00
parent d2945f3350
commit fa0c64d629

View 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