summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/harfbuzz-global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/harfbuzz-global.h b/src/harfbuzz-global.h
index 5b2b679..bccd6a2 100644
--- a/src/harfbuzz-global.h
+++ b/src/harfbuzz-global.h
@@ -39,7 +39,7 @@
#define HB_END_HEADER /* nothing */
#endif
-#if defined(__GNUC__) || defined(__ARMCC__) || defined(__CC_ARM) || defined(_MSC_VER)
+#if defined(__GNUC__) || defined(_MSC_VER)
#define HB_USE_PACKED_STRUCTS
#endif