- Timestamp:
- Oct 18, 2011 4:26:37 AM (13 years ago)
- Location:
- pjproject/branches/1.x/pjlib/include/pj/compat
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/1.x/pjlib/include/pj/compat/os_symbian.h
r3553 r3822 109 109 #endif 110 110 111 /* Endianness */ 112 #ifndef PJ_IS_LITTLE_ENDIAN 113 # define PJ_IS_LITTLE_ENDIAN 1 114 # define PJ_IS_BIG_ENDIAN 0 115 #endif 111 116 112 117 /* Doesn't seem to allow more than this */ -
pjproject/branches/1.x/pjlib/include/pj/compat/os_win32_wince.h
r3553 r3822 99 99 #define PJ_SELECT_NEEDS_NFDS 0 100 100 101 /* Endianness */ 102 #ifndef PJ_IS_LITTLE_ENDIAN 103 # define PJ_IS_LITTLE_ENDIAN 1 104 # define PJ_IS_BIG_ENDIAN 0 105 #endif 106 101 107 /* Default threading is enabled, unless it's overridden. */ 102 108 #ifndef PJ_HAS_THREADS
Note: See TracChangeset
for help on using the changeset viewer.