GNOME Bugzilla – Bug 687892
Earlier commit breaks patch.c libxml.h for Windows libs
Last modified: 2017-10-09 16:18: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
Title should read "parser.c" ... not patch.c
Probably fixed by now.