After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 687892 - Earlier commit breaks patch.c libxml.h for Windows libs
Earlier commit breaks patch.c libxml.h for Windows libs
Status: RESOLVED FIXED
Product: libxml2
Classification: Platform
Component: general
git master
Other Windows
: Normal normal
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2012-11-08 00:43 UTC by Mel Davis
Modified: 2017-10-09 16:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Mel Davis 2012-11-08 00:43:08 UTC
Earlier commit: 153cf15905cf4ec080612ada6703757d10caba1e    10/26/2012

Line 2028 in parse.c compares an xmlInputReadCallback to an xmlNop.
The first is defined as an XMLCALL or __cdecl call in parser.h

The second is defined as a __stdcall in libxml.h and xmlIO.c
Comment 1 Mel Davis 2012-11-08 00:46:30 UTC
Title should read "parser.c"  ... not patch.c
Comment 2 Nick Wellnhofer 2017-10-09 16:18:08 UTC
Probably fixed by now.