DescriptionDon't #define snprintf in VS 2015 or higher.
In VS 2015 and higher snprintf is supplied and therefore vsnprintf
doesn't need to be defined. This also avoids problems caused by
_snprintf being different from snprintf.
This fixes a build break with VS 2015 and improves security.
R=tomfinegan@chromium.org
BUG=440500
Committed: https://chromium.googlesource.com/chromium/deps/libvpx/+/0816cf21b0f04c1d2cf86b4e3d120a49e4ac8fa6
Patch Set 1 #
Messages
Total messages: 10 (3 generated)
|