Index: webrtc/base/httpclient.h |
diff --git a/webrtc/base/httpclient.h b/webrtc/base/httpclient.h |
index 0c19d2efb4353dedea37a674c51fff0bcd6df24b..569ff04ed83924a5ad0a684db2d96a3ae8245554 100644 |
--- a/webrtc/base/httpclient.h |
+++ b/webrtc/base/httpclient.h |
@@ -51,7 +51,7 @@ class SignalThread; |
// What to do: Define STRICT_HTTP_ERROR=1 in your makefile. Use HttpError in |
// your code (HttpErrorType should only be used for code that is shared |
// with groups which have not yet migrated). |
-#if STRICT_HTTP_ERROR |
+#if defined(STRICT_HTTP_ERROR) && STRICT_HTTP_ERROR |
typedef HttpError HttpErrorType; |
#else // !STRICT_HTTP_ERROR |
typedef int HttpErrorType; |