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

Unified Diff: webrtc/system_wrappers/source/aligned_malloc.cc

Issue 2358993004: Enable the -Wundef warning for clang (Closed)
Patch Set: manual changes Created 4 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: webrtc/system_wrappers/source/aligned_malloc.cc
diff --git a/webrtc/system_wrappers/source/aligned_malloc.cc b/webrtc/system_wrappers/source/aligned_malloc.cc
index a654e97e75f9f260aa0f8e0411acda08926a42c9..f700f8b1f19f967b8345b5688e88e50299af1f3d 100644
--- a/webrtc/system_wrappers/source/aligned_malloc.cc
+++ b/webrtc/system_wrappers/source/aligned_malloc.cc
@@ -13,7 +13,7 @@
#include <memory.h>
#include <stdlib.h>
-#if _WIN32
+#ifdef _WIN32
#include <windows.h>
#else
#include <stdint.h>

Powered by Google App Engine
This is Rietveld 408576698