Index: webrtc/modules/audio_coding/test/iSACTest.cc |
diff --git a/webrtc/modules/audio_coding/test/iSACTest.cc b/webrtc/modules/audio_coding/test/iSACTest.cc |
index f06833c2d909fc1d6a0216d3a941e7ab9286e39b..9729cf817abb4c3f1e47449c55cdbc1bcc94bd40 100644 |
--- a/webrtc/modules/audio_coding/test/iSACTest.cc |
+++ b/webrtc/modules/audio_coding/test/iSACTest.cc |
@@ -14,9 +14,9 @@ |
#include <stdio.h> |
#include <string.h> |
-#if _WIN32 |
+#ifdef _WIN32 |
#include <windows.h> |
-#elif WEBRTC_LINUX |
+#elif defined(WEBRTC_LINUX) |
#include <time.h> |
#else |
#include <sys/time.h> |