Changes between Initial Version and Version 1 of Ticket #1012


Ignore:
Timestamp:
Jan 6, 2010 2:33:26 PM (14 years ago)
Author:
bennylp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1012 – Description

    initial v1  
    22 
    33{{{ 
    4 PJ_DEF(wchar_t*) pj_ansi_to_unicode(const char *s, pj_size_t len, wchar_t *buf, pj_size_t buf_count) 
     4PJ_DEF(wchar_t*) pj_ansi_to_unicode(const char *s, pj_size_t len, 
     5                                    wchar_t *buf, pj_size_t buf_count) 
    56{ 
    67    PJ_ASSERT_RETURN(s && buf, NULL);