Ignore:
Timestamp:
Nov 10, 2009 4:30:46 AM (15 years ago)
Author:
bennylp
Message:

Fixed ticket #989: Issues with Windows Unicode build (thanks Michele Cicciotti for the patch)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/compat/os_win32.h

    r2962 r3002  
    112112#   define PJ_OS_HAS_CHECK_STACK        1 
    113113#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 
    115120 
    116121#define PJ_ATOMIC_VALUE_TYPE            long 
Note: See TracChangeset for help on using the changeset viewer.