Skip to content

Commit

Permalink
Re pjsip#1655: Initial implementation of pjsua CLI app for Windows Mo…
Browse files Browse the repository at this point in the history
…bile (5.x & 6.x).

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@4484 74dad513-b988-da41-8d7b-12977e46ad98
  • Loading branch information
nanangizz committed Apr 19, 2013
1 parent 87f958d commit ae5394d
Show file tree
Hide file tree
Showing 7 changed files with 894 additions and 348 deletions.
3 changes: 2 additions & 1 deletion pjlib-util/src/pjlib-util/cli_console.c
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,8 @@ static int readline_thread(void * p)
* If exit is desired end script with q for quit
*/
/* Reopen stdin/stdout/stderr to /dev/console */
#if defined(PJ_WIN32) && PJ_WIN32!=0
#if defined(PJ_WIN32) && PJ_WIN32!=0 && \
(!defined(PJ_WIN32_WINCE) || PJ_WIN32_WINCE==0)
if (freopen ("CONIN$", "r", stdin) == NULL) {
#else
if (1) {
Expand Down
80 changes: 64 additions & 16 deletions pjproject-vs8.sln

Large diffs are not rendered by default.

Loading

0 comments on commit ae5394d

Please sign in to comment.