Changeset 3002 for pjproject/trunk/pjlib/include/pj/compat/os_win32.h
- Timestamp:
- Nov 10, 2009 4:30:46 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/compat/os_win32.h
r2962 r3002 112 112 # define PJ_OS_HAS_CHECK_STACK 1 113 113 #endif 114 #define PJ_NATIVE_STRING_IS_UNICODE 0 114 115 #ifdef UNICODE 116 # define PJ_NATIVE_STRING_IS_UNICODE 1 117 #else 118 # define PJ_NATIVE_STRING_IS_UNICODE 0 119 #endif 115 120 116 121 #define PJ_ATOMIC_VALUE_TYPE long
Note: See TracChangeset
for help on using the changeset viewer.