The change to VC10\config.h looks good and will avoid problems with VS 2015
if anybody uses that file in the future.
Rotting in multiple directories is the remaining problem. I don't know if
libxml still supports VS 10, or if anybody is using VC10\config.h, but
Chromium would certainly have no obj
On Mon, Mar 07, 2016 at 02:15:28PM -0800, Peter Kasting wrote:
> I echo Bruce's request for a single upstream Windows config file. It looks
> like include/win32config.h is older; win32/VC10/config.h seems to have only
> its initial addition in its log. It looks like that addition happened here:
>
I echo Bruce's request for a single upstream Windows config file. It looks
like include/win32config.h is older; win32/VC10/config.h seems to have only
its initial addition in its log. It looks like that addition happened here:
https://git.gnome.org/browse/libxml2/commit/?id=066c69777207436e3517d
Related to my previous e-mail, we noticed that VC10\config.h differs from
include\win32config.h. The differences (in addition to the lack of wrappers
around snprintf in VC10\config.h) are that VC10\config.h includes this line:
#define HAVE_STDINT_H
and include\win32config.h includes these two lin