
3 May
2010
3 May
'10
11:29 p.m.
2010/5/3 Eric Blake <eblake@redhat.com>:
WIN32 is always defined when __MINGW32__ is defined, but the converse is not true. WIN32 is more generic, if someone were to ever attempt porting to a microsoft compiler. This does not affect Cygwin, which intentionally does not define WIN32.
ACK. Matthias