aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPostConfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkPostConfig.h')
-rw-r--r--include/core/SkPostConfig.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/core/SkPostConfig.h b/include/core/SkPostConfig.h
index 323d1e8b6d..2156519b2d 100644
--- a/include/core/SkPostConfig.h
+++ b/include/core/SkPostConfig.h
@@ -227,13 +227,13 @@
//////////////////////////////////////////////////////////////////////
+// TODO: rebaseline as needed so we can remove this flag entirely.
+// - all platforms have int64_t now
+// - we have slightly different fixed math results because of this check
+// since we don't define this for linux/android
#if defined(SK_BUILD_FOR_WIN32) || defined(SK_BUILD_FOR_MAC)
# ifndef SkLONGLONG
-# ifdef SK_BUILD_FOR_WIN32
-# define SkLONGLONG __int64
-# else
-# define SkLONGLONG long long
-# endif
+# define SkLONGLONG int64_t
# endif
#endif