Since you are doing this, you may as well change patch 3 from+#if (defined(__MINGW32__) && defined(__GNUC__) && __GNUC__ < 4) || defined(_MSC_VER)
to this: #if defined WIN32 && (!defined (__GNUC__) || __GNUC__ < 4)) Paolo -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html