提交 a205bb63 authored 作者: Mike Jerris's avatar Mike Jerris

Merge pull request #1336 in FS/freeswitch from…

Merge pull request #1336 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-10501-fix-building-spandsp-lib-on-windows to master

* commit '40668f6b':
  FS-10501: [mod_spandsp] Fix building spandsp lib on windows.
...@@ -39,7 +39,9 @@ ...@@ -39,7 +39,9 @@
#if !defined(__cplusplus) #if !defined(__cplusplus)
#ifndef _MSC_VER
typedef int _Bool; typedef int _Bool;
#endif
typedef int bool; typedef int bool;
#define false 0 #define false 0
#define true (!false) #define true (!false)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论