提交 025333a2 authored 作者: Michael Jerris's avatar Michael Jerris

ifdef for windows build

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7842 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 e65075b6
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
#include <switch_version.h> #include <switch_version.h>
#define CMD_BUFLEN 1024; #define CMD_BUFLEN 1024;
#ifdef SWITCH_HAVE_LIBEDIT
/* /*
* store a strdup() of the string configured in XML * store a strdup() of the string configured in XML
* bound to each of the 12 function key * bound to each of the 12 function key
...@@ -82,7 +83,7 @@ static switch_status_t console_xml_config(void) ...@@ -82,7 +83,7 @@ static switch_status_t console_xml_config(void)
return SWITCH_STATUS_SUCCESS; return SWITCH_STATUS_SUCCESS;
} }
#endif
SWITCH_DECLARE_NONSTD(switch_status_t) switch_console_stream_raw_write(switch_stream_handle_t *handle, uint8_t *data, switch_size_t datalen) SWITCH_DECLARE_NONSTD(switch_status_t) switch_console_stream_raw_write(switch_stream_handle_t *handle, uint8_t *data, switch_size_t datalen)
{ {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论