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:
Mike Jerris 2015-10-19 13:34:12 -05:00
commit 1a88f26e88
1 changed files with 1 additions and 1 deletions

View File

@ -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