> If you look at MSDN, it's actually _WIN32 is the only macro really > mentioned anywhere. WIN32 is defined by most Visual studio projects at that > level, not the compiler. So in my eyes, changing code to check for _WIN32 > is the only right thing to do.
Yes and on our suggestion, the library has just done that (changing WIN32 to _WIN32). However, why does w64 treat differently -std=gnu++XX than -std=c++XX? This does not look consistent to me as WIN32 is not concerned by the standard. F ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
