Ignore:
Timestamp:
Feb 19, 2006 2:24:27 AM (18 years ago)
Author:
bennylp
Message:

Fixing Makefiles for the new pjmedia-codec and pjsip-simple libraries

File:
1 edited

Legend:

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

    r182 r198  
    2525 */ 
    2626 
    27 /** 
    28  * Native char type, which will be equal to wchar_t for Unicode 
    29  * and char for ANSI. 
    30  */ 
    31 #if defined(PJ_NATIVE_STRING_IS_UNICODE) && PJ_NATIVE_STRING_IS_UNICODE!=0 
    32 typedef wchar_t pj_char_t; 
    33 #else 
    34 typedef char pj_char_t; 
    35 #endif 
    3627 
    3728#if defined(PJ_HAS_STRING_H) && PJ_HAS_STRING_H != 0 
Note: See TracChangeset for help on using the changeset viewer.