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
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.