Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(620)

Unified Diff: tools/skdiff.h

Issue 628763005: Fix usage of SK_BUILD_* defines. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/core/SkUtilsArm.cpp ('k') | tools/skpdiff/SkCLImageDiffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/skdiff.h
diff --git a/tools/skdiff.h b/tools/skdiff.h
index 6abaf6c4056805c9333251d5ec45dcd99f40fe56..e508275eeb12cbc3ba0ecacd7edf282f0993bf41 100644
--- a/tools/skdiff.h
+++ b/tools/skdiff.h
@@ -14,7 +14,7 @@
#include "SkString.h"
#include "SkTDArray.h"
-#if SK_BUILD_FOR_WIN32
+#if defined(SK_BUILD_FOR_WIN32)
#define PATH_DIV_STR "\\"
#define PATH_DIV_CHAR '\\'
#else
« no previous file with comments | « src/core/SkUtilsArm.cpp ('k') | tools/skpdiff/SkCLImageDiffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698