Changeset 3670 for pjproject/trunk/pjlib/src/pj/os_core_unix.c
- Timestamp:
- Jul 20, 2011 3:00:48 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/os_core_unix.c
r3664 r3670 1820 1820 #endif /* PJ_TERM_HAS_COLOR */ 1821 1821 1822 #if !defined(PJ_DARWINOS) || PJ_DARWINOS == 0 1822 1823 /* 1823 1824 * pj_run_app() … … 1828 1829 return (*main_func)(argc, argv); 1829 1830 } 1831 #endif
Note: See TracChangeset
for help on using the changeset viewer.