From 10af5e6f2254942b4f094e2ccd355bf5b7d33787 Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Fri, 4 Jul 2014 13:35:48 -0700 Subject: [PATCH] Define NOMINMAX before win includes. Prevents some pollution when not including other files. --- net/http_client.h | 1 + 1 file changed, 1 insertion(+) diff --git a/net/http_client.h b/net/http_client.h index dbea901f6d..cc6c607520 100644 --- a/net/http_client.h +++ b/net/http_client.h @@ -8,6 +8,7 @@ #include "base/functional.h" #ifdef _WIN32 +#define NOMINMAX #include #else #if defined(__FreeBSD__) || defined(__SYMBIAN32__)