Index: src/ports/SkDebug_win.cpp |
diff --git a/src/ports/SkDebug_win.cpp b/src/ports/SkDebug_win.cpp |
index 67c2397ce59cded63403f577aa4150cb7ff10ee8..6e0576652f54754a2430b6349850a49317d1ac68 100644 |
--- a/src/ports/SkDebug_win.cpp |
+++ b/src/ports/SkDebug_win.cpp |
@@ -9,6 +9,7 @@ |
#include "SkTypes.h" |
+#if defined(SK_BUILD_FOR_WIN32) |
static const size_t kBufferSize = 2048; |
@@ -31,3 +32,4 @@ void SkDebugf(const char format[], ...) { |
OutputDebugStringA(buffer); |
} |
+#endif//defined(SK_BUILD_FOR_WIN32) |