fix windows warning for last commit
This commit is contained in:
parent
d7a37e9754
commit
6824871df0
|
@ -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)
|
static int switch_stream_system_thread(const char *cmd, switch_stream_handle_t *stream)
|
||||||
{
|
{
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
|
@ -2581,7 +2582,7 @@ static int switch_stream_system_thread(const char *cmd, switch_stream_handle_t *
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
SWITCH_DECLARE(int) switch_stream_system(const char *cmd, switch_stream_handle_t *stream)
|
SWITCH_DECLARE(int) switch_stream_system(const char *cmd, switch_stream_handle_t *stream)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue