aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ports/SkTLS_win.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ports/SkTLS_win.cpp')
-rw-r--r--src/ports/SkTLS_win.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ports/SkTLS_win.cpp b/src/ports/SkTLS_win.cpp
index c349ad99c2..cf7269b308 100644
--- a/src/ports/SkTLS_win.cpp
+++ b/src/ports/SkTLS_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"
#include "SkMutex.h"
@@ -77,4 +77,4 @@ PIMAGE_TLS_CALLBACK skia_tls_callback = onTLSCallback;
#endif
}
-#endif//defined(SK_BUILD_FOR_WIN32)
+#endif//defined(SK_BUILD_FOR_WIN)