#include "wx/statline.h"
+#if wxUSE_STATLINE
+
#include "wx/msw/private.h"
// ============================================================================
if ( !m_hWnd )
{
+#ifdef __WXDEBUG__
wxLogDebug(_T("Failed to create static control"));
-
+#endif
return FALSE;
}
return TRUE;
}
+#endif