summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'third_party')
-rw-r--r--third_party/leveldatabase/port/port_chromium.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/leveldatabase/port/port_chromium.h b/third_party/leveldatabase/port/port_chromium.h
index 661e85b..bc6ec5f 100644
--- a/third_party/leveldatabase/port/port_chromium.h
+++ b/third_party/leveldatabase/port/port_chromium.h
@@ -23,7 +23,7 @@
#if defined(OS_WIN)
#define snprintf _snprintf
typedef SSIZE_T ssize_t;
-#if !defined(__clang__)
+#if !defined(__clang__) && _MSC_VER <= 1700
# define va_copy(a, b) do { (a) = (b); } while (0)
#endif
#endif