Ignore:
Timestamp:
Oct 29, 2006 6:13:13 PM (17 years ago)
Author:
bennylp
Message:

Another Symbian commit, ported all PJSIP libraries and sipstateless runs without crashes (still no SIP message though)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/symbian/pjlib/src/pj/os_error_symbian.cpp

    r788 r789  
    117117} 
    118118 
    119 extern "C" int platform_strerror( pj_os_err_type os_errcode,  
    120                                   char *buf, pj_size_t bufsize); 
     119extern "C"  
     120{ 
     121    PJ_DECL(int) platform_strerror( pj_os_err_type os_errcode,  
     122                                    char *buf, pj_size_t bufsize); 
     123} 
    121124 
    122125/*  
     
    126129 * in errno.c  
    127130 */ 
    128 int platform_strerror( pj_os_err_type os_errcode,  
    129                        char *buf, pj_size_t bufsize) 
     131PJ_DEF(int) platform_strerror( pj_os_err_type os_errcode,  
     132                               char *buf, pj_size_t bufsize) 
    130133{ 
    131134    int len = 0; 
Note: See TracChangeset for help on using the changeset viewer.