mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 13:08:08 +00:00
on windows, use linphoned, not linphonec.
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@680 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
cc827eaa67
commit
4695e9cddf
1 changed files with 3 additions and 3 deletions
|
|
@ -174,11 +174,11 @@ static void spawn_linphonec(int argc, char *argv[]){
|
|||
PROCESS_INFORMATION pinfo;
|
||||
STARTUPINFO si;
|
||||
ZeroMemory( &si, sizeof(si) );
|
||||
si.cb = sizeof(si);
|
||||
ZeroMemory( &pinfo, sizeof(pinfo) );
|
||||
si.cb = sizeof(si);
|
||||
ZeroMemory( &pinfo, sizeof(pinfo) );
|
||||
|
||||
|
||||
BOOL ret=CreateProcess(NULL,"linphonec.exe --pipe -c NUL",
|
||||
BOOL ret=CreateProcess(NULL,"linphoned.exe --pipe -c NUL",
|
||||
NULL,
|
||||
NULL,
|
||||
FALSE,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue