Ignore:
Timestamp:
Jul 28, 2007 2:44:55 AM (17 years ago)
Author:
bennylp
Message:

Continue work on ticket #354: changed pjlib-util and pjnath libraries to .DSO (DLL) in Symbian

File:
1 edited

Legend:

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

    r1405 r1410  
    906906 
    907907/** 
    908  * PJLIB version string. 
    909  */ 
    910 extern const char *PJ_VERSION; 
     908 * PJLIB version string constant. @see pj_get_version() 
     909 */ 
     910PJ_DECL_DATA(const char*) PJ_VERSION; 
     911 
     912/** 
     913 * Get PJLIB version string. 
     914 * 
     915 * @return #PJ_VERSION constant. 
     916 */ 
     917PJ_DECL(const char*) pj_get_version(void); 
    911918 
    912919/** 
Note: See TracChangeset for help on using the changeset viewer.