Ignore:
Timestamp:
Apr 19, 2013 10:36:11 AM (11 years ago)
Author:
nanang
Message:

Re #1655: Initial implementation of pjsua CLI app for Windows Mobile (5.x & 6.x).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib-util/src/pjlib-util/cli_console.c

    r4440 r4484  
    470470             */ 
    471471            /* 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) 
    473474            if (freopen ("CONIN$", "r", stdin) == NULL) { 
    474475#else 
Note: See TracChangeset for help on using the changeset viewer.