提交 91236c9a authored 作者: Jeff Lenk's avatar Jeff Lenk

fix build related issues on windows - trivial

上级 07e9467d
......@@ -68,6 +68,10 @@ static switch_core_flag_t service_flags = SCF_NONE;
/* event to signal shutdown (for you unix people, this is like a pthread_cond) */
static HANDLE shutdown_event;
#ifndef PATH_MAX
#define PATH_MAX 256
#endif
#endif
/* signal handler for when freeswitch is running in background mode.
......@@ -325,7 +329,7 @@ static void daemonize(int do_wait)
#endif
static const char const usage[] =
static const char usage[] =
"Usage: freeswitch [OPTIONS]\n\n"
"These are the optional arguments you can pass to freeswitch:\n"
#ifdef WIN32
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论