
14 Sep
2005
14 Sep
'05
12:30 p.m.
+#if defined(__MINGW32__) && (__GNUC__ == 3) && (__GNUC_MINOR__ >= 4)
What's wrong with GCC 4?
It doesn't exist in MinGW form yet, not even in beta. So it would be wrong of me to assume that it will have the same support.
Maybe the right macros to use are one of: __MINGW32_VERSION Runtime version. __MINGW32_MAJOR_VERSION Runtime major version. __MINGW32_MINOR_VERSION Runtime minor version. __MINGW32_BUILD_DATE Runtime build date. Thoughts? John