Ignore:
Timestamp:
Nov 22, 2017 6:59:47 AM (6 years ago)
Author:
riza
Message:

Close #2067: Fix linker error when building as dll on VS2015.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip-simple/rpid.c

    r4537 r5701  
    150150        /* xs:ID must start with letter */ 
    151151        //pj_create_unique_string(pool, &person_id); 
    152         person_id.ptr = (char*)pj_pool_alloc(pool, PJ_GUID_STRING_LENGTH+2); 
     152        person_id.ptr = (char*)pj_pool_alloc(pool, pj_GUID_STRING_LENGTH()+2); 
    153153        person_id.ptr += 2; 
    154154        pj_generate_unique_string(&person_id); 
Note: See TracChangeset for help on using the changeset viewer.