Hi,

For mingw-w64 runtime version x.y.z, I know that __MINGW64_VERSION_MAJOR will give me the value of x, and __MINGW64_VERSION_MINOR will give me the value of y.
But what's the symbol that will give me the value of z ?

Is there a symbol that will give me all three values as a string "x.y.z" ?

https://sourceforge.net/p/predef/wiki/Compilers/ mentions only __MINGW64_VERSION_MAJOR, __MINGW64_VERSION_MINOR, __MINGW32_MAJOR_VERSION and __MINGW32_MINOR_VERSION.

Cheers,
Rob

------------------------------------------------------------------------------
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
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to