mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 09:17:34 +00:00
FS-8298 fix libctb build
This commit is contained in:
parent
c7d5d49ff6
commit
310ca8867d
@ -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…
x
Reference in New Issue
Block a user