History log of /external/libxml2/win32/VC10/config.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
dfbacd4f417cb0f4b9bef3ff205bf95cb73c5717 07-Mar-2016 Bruce Dawson <brucedawson@google.com> win32\VC10\config.h and VS 2015

--047d7bacb4ee71848a052d7c673a
Content-Type: text/plain; charset=UTF-8

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 we made to Chromium's copy:
/external/libxml2/win32/VC10/config.h
066c69777207436e3517d1b930a97f0e0a8aa060 09-May-2012 Thomas Lemm <thomas.lemm@gmx.de> Allow to compile with Visual Studio 2010

For https://bugzilla.gnome.org/show_bug.cgi?id=666491

This patch adds project files to compile and debug libxml2 using Visual
Studio 2010. Only few minor changes have been made to the actual source
code.

This patch also requires for the iconv package to be compiled with visual
studio 2010 which has been submitted to the iconv project (see:
https://savannah.gnu.org/bugs/?35088)
/external/libxml2/win32/VC10/config.h