summaryrefslogtreecommitdiff
path: root/sfntly/port/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'sfntly/port/config.h')
-rw-r--r--sfntly/port/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfntly/port/config.h b/sfntly/port/config.h
index 01c4685..0fcdffe 100644
--- a/sfntly/port/config.h
+++ b/sfntly/port/config.h
@@ -19,9 +19,9 @@
#if !defined(SFNTLY_BIG_ENDIAN) && !defined(SFNTLY_LITTLE_ENDIAN)
#if defined (__ppc__) || defined (__ppc64__)
- #define SFNTLY_CPP_BIG_ENDIAN
+ #define SFNTLY_BIG_ENDIAN
#else
- #define SFNTLY_CPP_LITTLE_ENDIAN
+ #define SFNTLY_LITTLE_ENDIAN
#endif
#endif