summaryrefslogtreecommitdiffstats
path: root/third_party/libxml/patches/snprintf_config
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libxml/patches/snprintf_config')
-rw-r--r--third_party/libxml/patches/snprintf_config14
1 files changed, 0 insertions, 14 deletions
diff --git a/third_party/libxml/patches/snprintf_config b/third_party/libxml/patches/snprintf_config
deleted file mode 100644
index 9d1ca62..0000000
--- a/third_party/libxml/patches/snprintf_config
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/third_party/libxml/win32/config.h b/third_party/libxml/win32/config.h
-index 3fc9be5..5112ce6 100644
---- a/third_party/libxml/win32/config.h
-+++ b/third_party/libxml/win32/config.h
-@@ -95,7 +95,9 @@ static int isnan (double d) {
-
- #if defined(_MSC_VER)
- #define mkdir(p,m) _mkdir(p)
-+#if _MSC_VER < 1900
- #define snprintf _snprintf
-+#endif
- #if _MSC_VER < 1500
- #define vsnprintf(b,c,f,a) _vsnprintf(b,c,f,a)
- #endif