]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/statline.cpp
compilation fixes
[wxWidgets.git] / src / msw / statline.cpp
index 5737b15039cae213a1355ef37d1e6aa230df0f98..1c51bf61d90d63d04cd996eeea37a6015c8edba3 100644 (file)
@@ -29,6 +29,8 @@
 
 #include "wx/statline.h"
 
+#if wxUSE_STATLINE
+
 #include "wx/msw/private.h"
 
 // ============================================================================
@@ -74,8 +76,9 @@ bool wxStaticLine::Create( wxWindow *parent,
 
     if ( !m_hWnd )
     {
+#ifdef __WXDEBUG__        
         wxLogDebug(_T("Failed to create static control"));
-
+#endif
         return FALSE;
     }
 
@@ -83,4 +86,5 @@ bool wxStaticLine::Create( wxWindow *parent,
 
     return TRUE;
 }
+#endif