]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/volume.cpp
Only test for centre flag of minor direction and ignore the other in wxBoxSizer ...
[wxWidgets.git] / src / palmos / volume.cpp
index 042acfd85b6b47b552ba1f24163d303599126e11..ed18fd3840923c7c038bafdc75b3341268046540 100644 (file)
         #include "wx/icon.h"
     #endif
     #include "wx/intl.h"
+    #include "wx/arrstr.h"
+    #include "wx/hashmap.h"
 #endif // WX_PRECOMP
 
-#include "wx/arrstr.h"
-#include "wx/hashmap.h"
-
 #include <VFSMgr.h>
+#ifdef __WXPALMOS6__
 #include <PalmTypesCompatibility.h>
+#else
+#include <PalmCompatibility.h>
+#endif
 
 #if wxUSE_BASE