]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/statline.cpp
fix printf() argument type in GetOsInfo()
[wxWidgets.git] / src / palmos / statline.cpp
index 8af952e43129d6ac9d38cfb6b61472e016636f44..eeed178c84605cc9b2538eed1cb1d1aca8d67a8b 100644 (file)
     #pragma hdrstop
 #endif
 
+#if wxUSE_STATLINE
+
 #include "wx/statline.h"
 
-#if wxUSE_STATLINE
+#ifndef WX_PRECOMP
+    #include "wx/log.h"
+#endif
 
 #include "wx/palmos/private.h"
-#include "wx/log.h"
 
 #ifndef SS_SUNKEN
     #define SS_SUNKEN 0x00001000L
@@ -119,4 +122,3 @@ WXDWORD wxStaticLine::MSWGetStyle(long style, WXDWORD *exstyle) const
 }
 
 #endif // wxUSE_STATLINE
-