Ignore:
Timestamp:
Jul 20, 2007 8:08:30 AM (17 years ago)
Author:
bennylp
Message:

Ticket #354: build PJLIB as dynamic libraries (.DSO) in Symbian

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pjlib-test/echo_clt.c

    r974 r1405  
    6666    unsigned counter = 0; 
    6767 
    68     rc = app_socket(PJ_AF_INET, client->sock_type, 0, -1, &sock); 
     68    rc = app_socket(pj_AF_INET(), client->sock_type, 0, -1, &sock); 
    6969    if (rc != PJ_SUCCESS) { 
    7070        app_perror("...unable to create socket", rc); 
Note: See TracChangeset for help on using the changeset viewer.