summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--skia/ext/convolver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/skia/ext/convolver.h b/skia/ext/convolver.h
index 7e9749a..2932a29 100644
--- a/skia/ext/convolver.h
+++ b/skia/ext/convolver.h
@@ -8,7 +8,7 @@
#include <vector>
// avoid confusion with Mac OS X's math library (Carbon)
-#if defined(OS_MACOSX)
+#if defined(__APPLE__)
#undef FloatToFixed
#endif