vwebp: don't redefine snprintf with VS2015+

Change-Id: I30a4ad2f57e931bc11d0b73feaee4db686f79f4d
This commit is contained in:
James Zern 2015-04-14 16:36:54 -07:00
parent 0ac29c5190
commit b69a6c35b2

View File

@ -38,7 +38,7 @@
#include "./example_util.h" #include "./example_util.h"
#ifdef _MSC_VER #if defined(_MSC_VER) && _MSC_VER < 1900
#define snprintf _snprintf #define snprintf _snprintf
#endif #endif