mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
fix windows warning for last commit
This commit is contained in:
@@ -2525,6 +2525,7 @@ SWITCH_DECLARE(int) switch_stream_system_fork(const char *cmd, switch_stream_han
|
||||
|
||||
}
|
||||
|
||||
#ifndef WIN32
|
||||
static int switch_stream_system_thread(const char *cmd, switch_stream_handle_t *stream)
|
||||
{
|
||||
#ifdef WIN32
|
||||
@@ -2581,7 +2582,7 @@ static int switch_stream_system_thread(const char *cmd, switch_stream_handle_t *
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
SWITCH_DECLARE(int) switch_stream_system(const char *cmd, switch_stream_handle_t *stream)
|
||||
{
|
||||
|
Reference in New Issue
Block a user