Index: src/gpu/gl/win/GrGLCreateNativeInterface_win.cpp |
diff --git a/src/gpu/gl/win/GrGLCreateNativeInterface_win.cpp b/src/gpu/gl/win/GrGLCreateNativeInterface_win.cpp |
index 1eae5d7502bb35e563fb275c9560de73438c9e22..5f26fdde34861dcf01ba5c9a2705dc25f08f271e 100644 |
--- a/src/gpu/gl/win/GrGLCreateNativeInterface_win.cpp |
+++ b/src/gpu/gl/win/GrGLCreateNativeInterface_win.cpp |
@@ -7,11 +7,11 @@ |
#include "SkTypes.h" |
#if defined(SK_BUILD_FOR_WIN32) |
+#include "SkLeanWindows.h" |
+ |
#include "gl/GrGLInterface.h" |
#include "gl/GrGLAssembleInterface.h" |
#include "gl/GrGLUtil.h" |
-#define WIN32_LEAN_AND_MEAN |
-#include <windows.h> |
class AutoLibraryUnload { |
public: |