mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
FS-8298 fix libctb build
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user