Changeset 4484 for pjproject/trunk/pjlib-util/src/pjlib-util/cli_console.c
- Timestamp:
- Apr 19, 2013 10:36:11 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib-util/src/pjlib-util/cli_console.c
r4440 r4484 470 470 */ 471 471 /* Reopen stdin/stdout/stderr to /dev/console */ 472 #if defined(PJ_WIN32) && PJ_WIN32!=0 472 #if defined(PJ_WIN32) && PJ_WIN32!=0 && \ 473 (!defined(PJ_WIN32_WINCE) || PJ_WIN32_WINCE==0) 473 474 if (freopen ("CONIN$", "r", stdin) == NULL) { 474 475 #else
Note: See TracChangeset
for help on using the changeset viewer.