summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/compat/os_win32_wince.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjlib/include/pj/compat/os_win32_wince.h')
-rw-r--r--pjlib/include/pj/compat/os_win32_wince.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/pjlib/include/pj/compat/os_win32_wince.h b/pjlib/include/pj/compat/os_win32_wince.h
index 043bb632..9ae05313 100644
--- a/pjlib/include/pj/compat/os_win32_wince.h
+++ b/pjlib/include/pj/compat/os_win32_wince.h
@@ -98,6 +98,12 @@
*/
#define PJ_SELECT_NEEDS_NFDS 0
+/* Endianness */
+#ifndef PJ_IS_LITTLE_ENDIAN
+# define PJ_IS_LITTLE_ENDIAN 1
+# define PJ_IS_BIG_ENDIAN 0
+#endif
+
/* Default threading is enabled, unless it's overridden. */
#ifndef PJ_HAS_THREADS
# define PJ_HAS_THREADS (1)