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 { |