Re: [Mingw-w64-public] Detect difference at compile time between mingw and mingw-w64

2011-11-28 Thread Ozkan Sezer
On Mon, Nov 28, 2011 at 9:06 PM, Luis Lavena wrote: > Hello Guys, > > I'm trying to find any document or hint on how to detect the different > vendors without checking the triplet of GCC. > > Is there a define I can use to compare? > > I know __MINGW32__ is defined on both mingw.org and mingw-w64

[Mingw-w64-public] Detect difference at compile time between mingw and mingw-w64

2011-11-28 Thread Luis Lavena
Hello Guys, I'm trying to find any document or hint on how to detect the different vendors without checking the triplet of GCC. Is there a define I can use to compare? I know __MINGW32__ is defined on both mingw.org and mingw-w64 and *also* defined when compiling with mingw-w64 in 64bits mode.