Ignore:
Timestamp:
Apr 26, 2012 3:39:24 AM (11 years ago)
Author:
ming
Message:

Re #1446 (misc): Disable SDL by default on iOS and fixed various compiler warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/pjsystest/systest.c

    r4082 r4087  
    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.