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

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

Issue 2358993004: Enable the -Wundef warning for clang (Closed)
Patch Set: rebase 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>
« no previous file with comments | « webrtc/system_wrappers/source/aligned_array_unittest.cc ('k') | webrtc/system_wrappers/source/aligned_malloc_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698