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/udp_echo_srv_sync.c

    r974 r1405  
    7878    } 
    7979 
    80     rc = app_socket(PJ_AF_INET, PJ_SOCK_DGRAM,0, ECHO_SERVER_START_PORT, &sock); 
     80    rc = app_socket(pj_AF_INET(), pj_SOCK_DGRAM(),0, ECHO_SERVER_START_PORT, &sock); 
    8181    if (rc != PJ_SUCCESS) { 
    8282        app_perror("...socket error", rc); 
Note: See TracChangeset for help on using the changeset viewer.