Changeset 692:23056499ec30 in mediastreamer2


Ignore:
Timestamp:
Sep 25, 2009 12:44:36 PM (4 years ago)
Author:
smorlat <smorlat@…>
Branch:
default
Message:

on windows, use linphoned, not linphonec.

git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@680 3f6dc0c8-ddfe-455d-9043-3cd528dc4637

File:
1 edited

Legend:

Unmodified
Added
Removed
  • linphone/console/shell.c

    r484 r692  
    175175        STARTUPINFO si; 
    176176        ZeroMemory( &si, sizeof(si) ); 
    177     si.cb = sizeof(si); 
    178     ZeroMemory( &pinfo, sizeof(pinfo) ); 
    179  
    180  
    181         BOOL ret=CreateProcess(NULL,"linphonec.exe --pipe -c NUL", 
     177        si.cb = sizeof(si); 
     178        ZeroMemory( &pinfo, sizeof(pinfo) ); 
     179 
     180 
     181        BOOL ret=CreateProcess(NULL,"linphoned.exe --pipe -c NUL", 
    182182                NULL, 
    183183                NULL, 
Note: See TracChangeset for help on using the changeset viewer.