]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/spinctrl.h
Add wxImage::CanRead, wasn't in 1.59 ?
[wxWidgets.git] / include / wx / spinctrl.h
index 84e20dc8404b0cd96587da79b7b341c625c52d72..db8ddd129f7376d0c0e7691df2b16a9f5a6fb365 100644 (file)
@@ -52,6 +52,8 @@ protected:
 
 #if defined(__WXMSW__) && defined(__WIN32__)
     #include "wx/msw/spinctrl.h"
+#elif defined(__WXPM__)
+    #include "wx/os2/spinctrl.h"
 #elif defined(__WXGTK__)
     #include "wx/gtk/spinctrl.h"
 #else // Win16 || !Win