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

Unified Diff: webrtc/base/logging.cc

Issue 1412363004: Revert of With these changes, WebRtc x86 will build Visual Studio 2015. Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « AUTHORS ('k') | webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ReleaseTest-API.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/logging.cc
diff --git a/webrtc/base/logging.cc b/webrtc/base/logging.cc
index 0d3f87216ff0d4ecf7491309fc8dc83e47243ae2..686b9b2b02b482e104f7daab6eb5f4bde336821d 100644
--- a/webrtc/base/logging.cc
+++ b/webrtc/base/logging.cc
@@ -13,9 +13,7 @@
#define WIN32_LEAN_AND_MEAN
#endif
#include <windows.h>
-#if _MSC_VER < 1900
#define snprintf _snprintf
-#endif
#undef ERROR // wingdi.h
#endif
« no previous file with comments | « AUTHORS ('k') | webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ReleaseTest-API.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698