Changeset 4484 for pjproject/trunk/pjsip-apps/src/pjsua/pjsua_config.c
- Timestamp:
- Apr 19, 2013 10:36:11 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/pjsua/pjsua_config.c
r4476 r4484 589 589 590 590 case OPT_NO_STDERR: 591 #if !defined(PJ_WIN32_WINCE) || PJ_WIN32_WINCE==0 591 592 freopen("/dev/null", "w", stderr); 593 #endif 592 594 break; 593 595
Note: See TracChangeset
for help on using the changeset viewer.