X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d80fc6df5565a225329b902f53cb052ba340a1aa..3b01b1fe4cb656f39290bf7f3891667855abe601:/include/wx/platform.h diff --git a/include/wx/platform.h b/include/wx/platform.h index 0d61836746..aa05fa683d 100644 --- a/include/wx/platform.h +++ b/include/wx/platform.h @@ -465,7 +465,9 @@ This macro can be used to check that the version of mingw32 compiler is at least maj.min */ -#if ( defined( __GNUWIN32__ ) || defined( __MINGW32__ ) || \ +#if defined(__PALMOS__) +# include "wx/palmos/gccpriv.h" +#elif ( defined( __GNUWIN32__ ) || defined( __MINGW32__ ) || \ defined( __CYGWIN__ ) || \ (defined(__WATCOMC__) && __WATCOMC__ >= 1200) ) && \ !defined(__DOS__) && !defined(__WXMOTIF__) && !defined(__WXGTK__) && !defined(__WXX11__)