aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar egdaniel <egdaniel@google.com>2016-06-10 06:42:45 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-06-10 06:42:45 -0700
commit5dfe7bbcfda3586142dd724fb1c715b4a549f8ee (patch)
tree9eb309b8b48b3e8136883ffd828d238e7091c87c /tools
parent4772bd537d153922cd772020e4ad4820090be51a (diff)
Define LEAN_AND_MEAN and NOMINMAX for all windows builds
Diffstat (limited to 'tools')
-rw-r--r--tools/gpu/gl/win/CreatePlatformGLTestContext_win.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/gpu/gl/win/CreatePlatformGLTestContext_win.cpp b/tools/gpu/gl/win/CreatePlatformGLTestContext_win.cpp
index 4162b8f42d..1b482bc290 100644
--- a/tools/gpu/gl/win/CreatePlatformGLTestContext_win.cpp
+++ b/tools/gpu/gl/win/CreatePlatformGLTestContext_win.cpp
@@ -12,7 +12,6 @@
#include <GL/GL.h>
#include "win/SkWGL.h"
-#define WIN32_LEAN_AND_MEAN
#include <windows.h>
namespace {