aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/win/GrGLMakeNativeInterface_win.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/gl/win/GrGLMakeNativeInterface_win.cpp')
-rw-r--r--src/gpu/gl/win/GrGLMakeNativeInterface_win.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpu/gl/win/GrGLMakeNativeInterface_win.cpp b/src/gpu/gl/win/GrGLMakeNativeInterface_win.cpp
index 00c4b7c3a0..2a2ceddc96 100644
--- a/src/gpu/gl/win/GrGLMakeNativeInterface_win.cpp
+++ b/src/gpu/gl/win/GrGLMakeNativeInterface_win.cpp
@@ -5,7 +5,7 @@
* found in the LICENSE file.
*/
#include "SkTypes.h"
-#if defined(SK_BUILD_FOR_WIN32)
+#if defined(SK_BUILD_FOR_WIN)
#include "SkLeanWindows.h"
@@ -89,4 +89,4 @@ sk_sp<const GrGLInterface> GrGLMakeNativeInterface() {
const GrGLInterface* GrGLCreateNativeInterface() { return GrGLMakeNativeInterface().release(); }
-#endif//defined(SK_BUILD_FOR_WIN32)
+#endif//defined(SK_BUILD_FOR_WIN)