Changeset 4087 for pjproject/trunk/pjsip-apps/src/pjsystest/systest.c
- Timestamp:
- Apr 26, 2012 3:39:24 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/pjsystest/systest.c
r4082 r4087 89 89 /*****************************************************************/ 90 90 91 #if defined(PJ_DARWINOS) && PJ_DARWINOS!=0 91 92 PJ_INLINE(char *) add_path(const char *path, const char *fname) 92 93 { … … 95 96 return fpath; 96 97 } 98 #else 99 # define add_path(path, fname) fname 100 #endif 97 101 98 102 static void exit_app(void)
Note: See TracChangeset
for help on using the changeset viewer.