]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/volume.cpp
Fixed printf-related warnings
[wxWidgets.git] / src / palmos / volume.cpp
index a73244f012432511b5cbfbf1cca5c922766f0974..ed18fd3840923c7c038bafdc75b3341268046540 100644 (file)
     #endif
     #include "wx/intl.h"
     #include "wx/arrstr.h"
+    #include "wx/hashmap.h"
 #endif // WX_PRECOMP
 
-#include "wx/hashmap.h"
-
 #include <VFSMgr.h>
+#ifdef __WXPALMOS6__
 #include <PalmTypesCompatibility.h>
+#else
+#include <PalmCompatibility.h>
+#endif
 
 #if wxUSE_BASE