summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/compat/os_symbian.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjlib/include/pj/compat/os_symbian.h')
-rw-r--r--pjlib/include/pj/compat/os_symbian.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/pjlib/include/pj/compat/os_symbian.h b/pjlib/include/pj/compat/os_symbian.h
index 62bd3e9f..9f953648 100644
--- a/pjlib/include/pj/compat/os_symbian.h
+++ b/pjlib/include/pj/compat/os_symbian.h
@@ -108,6 +108,11 @@
# define NULL 0
#endif
+/* Endianness */
+#ifndef PJ_IS_LITTLE_ENDIAN
+# define PJ_IS_LITTLE_ENDIAN 1
+# define PJ_IS_BIG_ENDIAN 0
+#endif
/* Doesn't seem to allow more than this */
#define PJ_IOQUEUE_MAX_HANDLES 8