]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/string.h
Added GetBitmap, GetIcon to wxImageList
[wxWidgets.git] / include / wx / string.h
index a2c14c11fbacb31121076bb2d63db99699dbf94a..4162fe4fc817bc2f3d0d9b19ef5e33f2812b11c0 100644 (file)
@@ -132,7 +132,8 @@ inline int Stricmp(const char *psz1, const char *psz2)
   return stricmp(psz1, psz2);
 #elif defined(__WXPM__)
   return stricmp(psz1, psz2);
-#elif defined(HAVE_STRCASECMP_IN_STRING_H) || \
+#elif defined(__WXPALMOS__) || \
+      defined(HAVE_STRCASECMP_IN_STRING_H) || \
       defined(HAVE_STRCASECMP_IN_STRINGS_H) || \
       defined(__GNUWIN32__)
   return strcasecmp(psz1, psz2);