Re: [Mingw-w64-public] Detect mingw

2012-10-16 Thread Earnie Boyd
On Tue, Oct 16, 2012 at 5:24 AM, Ruben Van Boxem wrote: > __MINGW64__ only really signifies x64 Windows and MinGW. I bet that if > MinGW.org ever come with a 64-bit variant (not likely), they'd define this > for consistency (just as MinGW-w64 does). Since it is defined by the compiler, of course a

Re: [Mingw-w64-public] Detect mingw

2012-10-16 Thread Алексей Павлов
Thanks for answers! I need this because support for wmihelper in Qt5 for mingw-w64 2012/10/16 Ruben Van Boxem > 2012/10/16 Kai Tietz > >> 2012/10/16 Antony Riakiotakis : >> > Usually __MINGW64__ is defined so you can check for that in the source. >> >> First, that define is only set for 64-bit

Re: [Mingw-w64-public] Detect mingw

2012-10-15 Thread Kai Tietz
2012/10/16 Antony Riakiotakis : > 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

Re: [Mingw-w64-public] Detect mingw

2012-10-15 Thread Antony Riakiotakis
Usually __MINGW64__ is defined so you can check for that in the source. -- Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happe

[Mingw-w64-public] Detect mingw

2012-10-15 Thread Алексей Павлов
How can I detect in program that toolchain use mingw-w64 not original mingw? -- Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is h