提交 81190c6d authored 作者: Michael Giagnocavo's avatar Michael Giagnocavo

FS-7644. Fix build on VS2013/Win by creating and forcing nf (nofork) to true.

上级 16acee02
......@@ -491,6 +491,7 @@ int main(int argc, char *argv[])
switch_bool_t reincarnate = SWITCH_FALSE, reincarnate_reexec = SWITCH_FALSE;
int fds[2] = { 0, 0 };
#else
const switch_bool_t nf = SWITCH_TRUE; /* On Windows, force nf to true*/
switch_bool_t win32_service = SWITCH_FALSE;
#endif
switch_bool_t nc = SWITCH_FALSE; /* TRUE if we are running in noconsole mode */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论