mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-07 05:29:22 +00:00
Merge pull request #1336 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-10501-fix-building-spandsp-lib-on-windows to master
* commit '40668f6b1c1ac32ab65e4823bdc6378f8c7ce693': FS-10501: [mod_spandsp] Fix building spandsp lib on windows.
This commit is contained in:
commit
a205bb6358
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user