Changeset 692:23056499ec30 in mediastreamer2
- Timestamp:
- Sep 25, 2009 12:44:36 PM (4 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
linphone/console/shell.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
linphone/console/shell.c
r484 r692 175 175 STARTUPINFO si; 176 176 ZeroMemory( &si, sizeof(si) ); 177 si.cb = sizeof(si);178 ZeroMemory( &pinfo, sizeof(pinfo) );179 180 181 BOOL ret=CreateProcess(NULL,"linphone c.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", 182 182 NULL, 183 183 NULL,
Note: See TracChangeset
for help on using the changeset viewer.
