This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: [patch bfd]: Add further support for x86_64 mingw


Kai Tietz wrote:

> AFAIK doesn't cygwin define _WIN32. I checked current gcc sources and
> didn't saw it for cgywin, just for mingw32. The __MSVCRT__ would be an
> alternative, for sure. But isn't the macro _WIN32 just the API we use?

Correct, Cygwin does not normally define _WIN32 but if you #include
<windows.h> it gets defined there too... it's not a common scenario
since the goal of Cygwin is not to use Windowsisms, but you can still do
it if you need access to something in the w32api and there's no POSIX
analog.

Brian


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