2012/6/29 Earnie Boyd <ear...@users.sourceforge.net>: > I do not yet have a 64bit system to try this so please humor me a bit > with this question. When compiling with 64bit version will > __MINGW32__ be defined as well as __MINGW64__? > > -- > Earnie
You can still use a cross-compiler on a 32-bit box to test this. And if you would do so, you will notice that for 64-bit both macros are set. This caused by the fact that __MINGW32__ is used by a lot of ventures to check for mingw-case in headers. So I followed here the same behavior as MS did for _WIN32 and _WIN64. Kai ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public