This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: i686-XXX-mingw32 compilers and __MINGW32_MINOR_VERSION macro: 3.18 or 3.11?


On 8/18/2011 21:56, Frédéric Bron wrote:
>> Just bump it up and see if there are any issues, the mingw-w64 toolchain
>> uses its own header set and the numbers don't always reflect mingw.org
>> releases, since the macros in there are mainly for compatibility.
>>
>> You want to check instead for __MINGW64_VERSION_MAJOR on mingw-w64.
> 
> neither __MINGW64__, nor __MINGW64_VERSION_MAJOR are  defined because
> I am targetting win32, not win64, even if I use w64 compiler.
> So this does not help.
> Any other clue?
> 
> Frédéric
> 

Its there when you include files like stdio.h, which eventually will
include _mingw_mac.h. Please do not the header directly if you value
platform portability.



Attachment: signature.asc
Description: OpenPGP digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]