summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@nokia.com>2010-06-16 09:56:26 +0200
committerSimon Hausmann <simon.hausmann@nokia.com>2010-06-16 09:56:26 +0200
commit5e9b2a88688f6e360d7db00bc86a45bf2cf86e52 (patch)
tree31683edf2776ada769d9194364311666f6c8e7cb
parent392deb54d95e5238b9855267e1a236246bdd753a (diff)
Fix compilation with RVCT
Disable structure packaging with RVCT for the moment
-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