]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/platform.h
Fix generic wxTimePickerCtrl on DST change dates.
[wxWidgets.git] / include / wx / platform.h
index 0a05b48f4f79e74a376e6e5dd39b6322b13b9a5a..7feddf360935d6f3ab6b0531ee7d748d616a62db 100644 (file)
 #   define __WXHANDHELD__
 #endif
 
+#ifdef __ANDROID__
+#   define __WXANDROID__
+#   include "wx/android/config_android.h"
+#endif
+
 /*
    Include wx/setup.h for the Unix platform defines generated by configure and
    the library compilation options
 #       define __VISUALC9__
 #   elif __VISUALC__ < 1700
 #       define __VISUALC10__
+#   elif __VISUALC__ < 1800
+#       define __VISUALC11__
 #   else
 #       pragma message("Please update wx/platform.h to recognize this VC++ version")
 #   endif