Re: [xml] VC10\config.h and include\win32config.h

2016-03-07 Thread Peter Kasting
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:

[xml] VC10\config.h and include\win32config.h

2016-03-07 Thread Bruce Dawson
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

[xml] win32\VC10\config.h and VS 2015

2016-03-07 Thread Bruce Dawson
The config.h file in win32\VC10 is incompatible with VS 2015 because VS 2015 provides an implementation of snprintf and prohibits using the preprocessor to define it. Therefor an ifdef check is needed around that definition in VC10\config.h. Here is a patch that is compatible with the change that