Ignore:
Timestamp:
May 11, 2007 3:14:34 PM (17 years ago)
Author:
bennylp
Message:

HUGE changeset to make the rest of the libraries compile with C++ mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/src/pjstun-client/client_main.c

    r1210 r1266  
    2828#define REQ_TRANSPORT   -1                  /* 0: udp, 1: tcp, -1: disable */ 
    2929#define REQ_PORT_PROPS  -1                  /* -1 to disable */ 
    30 #define REQ_IP          NULL                /* IP address string */ 
     30#define REQ_IP          0                   /* IP address string */ 
    3131 
    3232//#define OPTIONS               PJ_STUN_NO_AUTHENTICATE 
     
    355355        } 
    356356 
    357         if (REQ_IP != NULL) { 
     357        if (REQ_IP) { 
    358358            pj_sockaddr_in addr; 
    359359            pj_str_t tmp; 
Note: See TracChangeset for help on using the changeset viewer.