提交 e20ed84a authored 作者: Jeff Lenk's avatar Jeff Lenk

fix spandsp compile for windows part 1

上级 3fcdee09
...@@ -152,7 +152,7 @@ SPAN_DECLARE(const char *) fax_modem_to_str(int modem) ...@@ -152,7 +152,7 @@ SPAN_DECLARE(const char *) fax_modem_to_str(int modem)
/*- End of function --------------------------------------------------------*/ /*- End of function --------------------------------------------------------*/
//static void fax_modems_hdlc_accept(void *user_data, const uint8_t *msg, int len, int ok) //static void fax_modems_hdlc_accept(void *user_data, const uint8_t *msg, int len, int ok)
SPAN_DECLARE(void) fax_modems_hdlc_accept(void *user_data, const uint8_t *msg, int len, int ok) SPAN_DECLARE_NONSTD(void) fax_modems_hdlc_accept(void *user_data, const uint8_t *msg, int len, int ok)
{ {
fax_modems_state_t *s; fax_modems_state_t *s;
......
...@@ -59,7 +59,7 @@ extern "C" ...@@ -59,7 +59,7 @@ extern "C"
{ {
#endif #endif
SPAN_DECLARE(void) fax_modems_hdlc_accept(void *user_data, const uint8_t *msg, int len, int ok); SPAN_DECLARE_NONSTD(void) fax_modems_hdlc_accept(void *user_data, const uint8_t *msg, int len, int ok);
/*! Convert a FAX modem type to a short text description. /*! Convert a FAX modem type to a short text description.
\brief Convert a FAX modem type to a short text description. \brief Convert a FAX modem type to a short text description.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论