DescriptionDon't #define snprintf in VS2015 - it's illegal and unneeded.
VS 2015 supplies a conforming snprintf implementation, so #define
snprintf is no longer needed. Also, VS 2015 checks for #define of
snprintf and treats it as a fatal error.
LOG=Y
R=jarin@chromium.org
BUG=440500
Committed: https://crrev.com/5a6247a31bdfa2b6d5cc1c436a8229458b4700d8
Cr-Commit-Position: refs/heads/master@{#27690}
Patch Set 1 #Patch Set 2 : Don't #define snprintf in VS2015 - it's illegal and unneeded. #
Messages
Total messages: 8 (3 generated)
|