Index: webrtc/base/logging.h |
diff --git a/webrtc/base/logging.h b/webrtc/base/logging.h |
index 631c6384d354cc3d0ed28e0c7fd0b3efb4a7a7ff..13f0b782b4d04d0c4d5a14edb5fb4565b0f26049 100644 |
--- a/webrtc/base/logging.h |
+++ b/webrtc/base/logging.h |
@@ -335,7 +335,7 @@ inline bool LogCheckLevel(LoggingSeverity sev) { |
LOG_GLE(sev) |
#define LAST_SYSTEM_ERROR \ |
(::GetLastError()) |
-#elif __native_client__ |
+#elif defined(__native_client__) && __native_client__ |
#define LOG_ERR_EX(sev, err) \ |
LOG(sev) |
#define LOG_ERR(sev) \ |