Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(203)

Side by Side Diff: third_party/libxml/patches/snprintf_win32config

Issue 1193533007: Upgrade to libxml 2.9.2 and libxslt 1.1.28 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no iconv Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 diff --git a/third_party/libxml/src/include/win32config.h b/third_party/libxml/s rc/include/win32config.h
2 index 3fc9be5..5112ce6 100644
3 --- a/third_party/libxml/src/include/win32config.h
4 +++ b/third_party/libxml/src/include/win32config.h
5 @@ -95,7 +95,9 @@ static int isnan (double d) {
6
7 #if defined(_MSC_VER)
8 #define mkdir(p,m) _mkdir(p)
9 +#if _MSC_VER < 1900
10 #define snprintf _snprintf
11 +#endif
12 #if _MSC_VER < 1500
13 #define vsnprintf(b,c,f,a) _vsnprintf(b,c,f,a)
14 #endif
OLDNEW
« no previous file with comments | « third_party/libxml/patches/snprintf_config ('k') | third_party/libxml/patches/win32-clobber-makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698