fix windows warning for last commit

This commit is contained in:
Jeff Lenk 2011-12-20 14:18:30 -06:00
parent d7a37e9754
commit 6824871df0
1 changed files with 2 additions and 1 deletions

View File

@ -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)
{