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 e9207b162a5cf04ae23d7c7523bcb312258cbb4e..06e406f8597d13582150c047b14657ec8033940e 100644 |
--- a/src/gpu/gl/win/GrGLCreateNativeInterface_win.cpp |
+++ b/src/gpu/gl/win/GrGLCreateNativeInterface_win.cpp |
@@ -11,7 +11,7 @@ |
#include "gl/GrGLInterface.h" |
#include "gl/GrGLUtil.h" |
#define WIN32_LEAN_AND_MEAN |
-#include <Windows.h> |
+#include <windows.h> |
/* |
* Windows makes the GL funcs all be __stdcall instead of __cdecl :( |