Skip to content
Snippets Groups Projects
Select Git revision
0 results

testrecurse.c

Blame
    • Nick Wellnhofer's avatar
      82eb7e79598e
      Remove useless __CYGWIN__ checks · 82eb7e79598e
      Nick Wellnhofer authored
      From what I can tell, some really early Cygwin versions from around
      1998-2000 used to erroneously define _WIN32. This was eventually fixed,
      but these days, the `defined(_WIN32) && !defined(__CYGWIN__)` idiom is
      unnecessary.
      
      Now, we only check for __CYGWIN__ in xmlexports.h when deciding whether
      to use __declspec.
      82eb7e79598e
      History
      Remove useless __CYGWIN__ checks
      Nick Wellnhofer authored
      From what I can tell, some really early Cygwin versions from around
      1998-2000 used to erroneously define _WIN32. This was eventually fixed,
      but these days, the `defined(_WIN32) && !defined(__CYGWIN__)` idiom is
      unnecessary.
      
      Now, we only check for __CYGWIN__ in xmlexports.h when deciding whether
      to use __declspec.