mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 01:06:00 +00:00
FS-10501: [mod_spandsp] Fix building spandsp lib on windows.
This commit is contained in:
parent
2ef90f4b85
commit
40668f6b1c
@ -39,7 +39,9 @@
|
||||
|
||||
#if !defined(__cplusplus)
|
||||
|
||||
#ifndef _MSC_VER
|
||||
typedef int _Bool;
|
||||
#endif
|
||||
typedef int bool;
|
||||
#define false 0
|
||||
#define true (!false)
|
||||
|
Loading…
x
Reference in New Issue
Block a user