Merge pull request #560 in FS/freeswitch from ~DDRAGIC/freeswitch:bugfix/FS-8298-gsmopen-libctb-install-error to master
* commit '310ca8867d52cb49f6bc8c65ff5ba992101b5c1e': FS-8298 fix libctb build
This commit is contained in:
commit
1a88f26e88
|
@ -13,7 +13,7 @@
|
|||
#include <string.h>
|
||||
#include "ctb-0.16/iobase.h"
|
||||
|
||||
#if _MSC_VER < 1900
|
||||
#if defined(_MSC_VER) && _MSC_VER < 1900
|
||||
# define snprintf _snprintf
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue