Index: webrtc/base/logging.cc |
diff --git a/webrtc/base/logging.cc b/webrtc/base/logging.cc |
index 686b9b2b02b482e104f7daab6eb5f4bde336821d..019a31623be1333f48383362ed9fe74c21619fb9 100644 |
--- a/webrtc/base/logging.cc |
+++ b/webrtc/base/logging.cc |
@@ -13,7 +13,9 @@ |
#define WIN32_LEAN_AND_MEAN |
#endif |
#include <windows.h> |
+#if _MSC_VER < 1900 |
#define snprintf _snprintf |
+#endif |
#undef ERROR // wingdi.h |
#endif |