Ignore:
Timestamp:
Nov 11, 2005 7:01:31 PM (18 years ago)
Author:
bennylp
Message:

First clean compile of pjsip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/main/pjsip/src/pjsua/getopt.c

    r3 r43  
    279279   in GCC.  */ 
    280280#include <string.h> 
    281 #define my_index        strchr 
     281#define my_index        pj_native_strchr 
    282282#else 
    283283 
     
    645645         then skip everything else like a non-option.  */ 
    646646 
    647       if (optind != argc && !strcmp (argv[optind], "--")) 
     647      if (optind != argc && !pj_native_strcmp(argv[optind], "--")) 
    648648        { 
    649649          optind++; 
Note: See TracChangeset for help on using the changeset viewer.