Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1326)

Unified Diff: tools/gpu/gl/win/CreatePlatformGLTestContext_win.cpp

Issue 2055223002: Define LEAN_AND_MEAN and NOMINMAX for all windows builds (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gyp/common_conditions.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gpu/gl/win/CreatePlatformGLTestContext_win.cpp
diff --git a/tools/gpu/gl/win/CreatePlatformGLTestContext_win.cpp b/tools/gpu/gl/win/CreatePlatformGLTestContext_win.cpp
index 4162b8f42d0fc172265c1e50673e67b5bb7d62c7..1b482bc290456ff52c70fd42bd4473df38f7c1cd 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>
bungeman-skia 2016/06/10 15:25:49 heh, do we really include windows.h twice here?
namespace {
« no previous file with comments | « gyp/common_conditions.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698