[patch bfd]: Add further support for x86_64 mingw

Brian Dessent brian@dessent.net
Wed Jan 23 12:40:00 GMT 2008
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



More information about the Binutils mailing list