2012/10/16 Antony Riakiotakis <[email protected]>: > Usually __MINGW64__ is defined so you can check for that in the source.
First, that define is only set for 64-bit mode, but mingw-w64 also supports 32-bit (old mingw.org) mode. Secondly that define is provided by the compiler and isn't runtime-specific at all. As long as programmer of an application didn't provided a function to answer your question, you won't be able to detect it that easy. There are ways to find out by inspecting startup-code, which is slightly different between both ventures. Regards, Kai ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
