-
- Downloads
Remove useless __CYGWIN__ checks
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.
Showing
- include/libxml/nanoftp.h 1 addition, 1 deletioninclude/libxml/nanoftp.h
- nanoftp.c 1 addition, 1 deletionnanoftp.c
- nanohttp.c 1 addition, 1 deletionnanohttp.c
- parser.c 1 addition, 1 deletionparser.c
- parserInternals.c 1 addition, 1 deletionparserInternals.c
- runsuite.c 2 additions, 2 deletionsrunsuite.c
- runtest.c 5 additions, 5 deletionsruntest.c
- runxmlconf.c 2 additions, 2 deletionsrunxmlconf.c
- testHTML.c 3 additions, 3 deletionstestHTML.c
- testSAX.c 2 additions, 2 deletionstestSAX.c
- testlimits.c 1 addition, 1 deletiontestlimits.c
- testrecurse.c 3 additions, 3 deletionstestrecurse.c
- uri.c 3 additions, 3 deletionsuri.c
- xmlIO.c 21 additions, 21 deletionsxmlIO.c
- xmllint.c 3 additions, 3 deletionsxmllint.c
- xmlmodule.c 1 addition, 1 deletionxmlmodule.c
Loading
Please register or sign in to comment