FS-10501: [mod_spandsp] Fix building spandsp lib on windows.

This commit is contained in:
Andrey Volk 2017-07-14 19:59:42 +03:00
parent 2ef90f4b85
commit 40668f6b1c
1 changed files with 2 additions and 0 deletions

View File

@ -39,7 +39,9 @@
#if !defined(__cplusplus)
#ifndef _MSC_VER
typedef int _Bool;
#endif
typedef int bool;
#define false 0
#define true (!false)