FS-8298 fix libctb build

This commit is contained in:
Dušan Dragić 2015-10-18 15:06:13 +02:00
parent c7d5d49ff6
commit 310ca8867d

View File

@ -13,7 +13,7 @@
#include <string.h> #include <string.h>
#include "ctb-0.16/iobase.h" #include "ctb-0.16/iobase.h"
#if _MSC_VER < 1900 #if defined(_MSC_VER) && _MSC_VER < 1900
# define snprintf _snprintf # define snprintf _snprintf
#endif #endif