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/pjsip-apps/src/pjsua/pjsua_legacy.c

    r4476 r4484  
    16891689             */ 
    16901690            /* Reopen stdin/stdout/stderr to /dev/console */ 
    1691 #if defined(PJ_WIN32) && PJ_WIN32!=0 
     1691#if defined(PJ_WIN32) && PJ_WIN32!=0 && \ 
     1692  (!defined(PJ_WIN32_WINCE) || PJ_WIN32_WINCE==0) 
    16921693            if (freopen ("CONIN$", "r", stdin) == NULL) { 
    16931694#else 
Note: See TracChangeset for help on using the changeset viewer.