提交 362eda52 authored 作者: Steve Underwood's avatar Steve Underwood

Tweak for MSVC

上级 4998e22b
...@@ -53,6 +53,7 @@ ...@@ -53,6 +53,7 @@
#include <spandsp/stdbool.h> #include <spandsp/stdbool.h>
#endif #endif
#include <spandsp/telephony.h> #include <spandsp/telephony.h>
#include <spandsp/alloc.h>
#include <spandsp/fast_convert.h> #include <spandsp/fast_convert.h>
#include <spandsp/logging.h> #include <spandsp/logging.h>
#include <spandsp/complex.h> #include <spandsp/complex.h>
...@@ -96,8 +97,6 @@ ...@@ -96,8 +97,6 @@
#include <spandsp/modem_connect_tones.h> #include <spandsp/modem_connect_tones.h>
#include <spandsp/silence_gen.h> #include <spandsp/silence_gen.h>
#include <spandsp/v8.h> #include <spandsp/v8.h>
#include <spandsp/v42.h>
#include <spandsp/v42bis.h>
#include <spandsp/v29rx.h> #include <spandsp/v29rx.h>
#include <spandsp/v29tx.h> #include <spandsp/v29tx.h>
#include <spandsp/v17rx.h> #include <spandsp/v17rx.h>
...@@ -105,9 +104,14 @@ ...@@ -105,9 +104,14 @@
#include <spandsp/v22bis.h> #include <spandsp/v22bis.h>
#include <spandsp/v27ter_rx.h> #include <spandsp/v27ter_rx.h>
#include <spandsp/v27ter_tx.h> #include <spandsp/v27ter_tx.h>
#if defined(SPANDSP_SUPPORT_V32BIS)
#include <spandsp/v32bis.h>
#endif
#if defined(SPANDSP_SUPPORT_V34) #if defined(SPANDSP_SUPPORT_V34)
#include <spandsp/v34.h> #include <spandsp/v34.h>
#endif #endif
#include <spandsp/v42.h>
#include <spandsp/v42bis.h>
#include <spandsp/v18.h> #include <spandsp/v18.h>
#include <spandsp/timezone.h> #include <spandsp/timezone.h>
#include <spandsp/t4_rx.h> #include <spandsp/t4_rx.h>
...@@ -125,6 +129,7 @@ ...@@ -125,6 +129,7 @@
#include <spandsp/t30_logging.h> #include <spandsp/t30_logging.h>
#include <spandsp/t35.h> #include <spandsp/t35.h>
#include <spandsp/at_interpreter.h> #include <spandsp/at_interpreter.h>
#include <spandsp/data_modems.h>
#include <spandsp/fax_modems.h> #include <spandsp/fax_modems.h>
#include <spandsp/fax.h> #include <spandsp/fax.h>
#include <spandsp/t38_core.h> #include <spandsp/t38_core.h>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论