Ignore:
Timestamp:
Mar 7, 2013 5:08:10 AM (11 years ago)
Author:
riza
Message:

Misc (re #1634): fixed compile errors/warnings on MSVC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/1.x/pjsip-apps/src/pjsystest/systest.c

    r4074 r4426  
    8989/*****************************************************************/ 
    9090 
     91#if defined(PJ_DARWINOS) && PJ_DARWINOS!=0 
    9192PJ_INLINE(char *) add_path(const char *path, const char *fname) 
    9293{ 
     
    9596    return fpath; 
    9697} 
     98#else 
     99#   define add_path(path, fname) fname 
     100#endif 
    97101 
    98102static void exit_app(void) 
Note: See TracChangeset for help on using the changeset viewer.