mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-30 10:30:06 +00:00
windows - fix build
This commit is contained in:
parent
d2e255192a
commit
b4562522ed
@ -358,7 +358,9 @@ int main(int argc, char *argv[])
|
|||||||
int alt_dirs = 0, log_set = 0, run_set = 0, do_kill = 0;
|
int alt_dirs = 0, log_set = 0, run_set = 0, do_kill = 0;
|
||||||
int known_opt;
|
int known_opt;
|
||||||
int high_prio = 0;
|
int high_prio = 0;
|
||||||
|
#ifndef WIN32
|
||||||
int do_wait = 0;
|
int do_wait = 0;
|
||||||
|
#endif
|
||||||
#ifdef __sun
|
#ifdef __sun
|
||||||
switch_core_flag_t flags = SCF_USE_SQL;
|
switch_core_flag_t flags = SCF_USE_SQL;
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user