Chromium Code Reviews| Index: source/libvpx/args.c |
| diff --git a/source/libvpx/args.c b/source/libvpx/args.c |
| index 9dabc9bdd6da40e356d87532cc0be6bfdd4f565f..14b031040a4b70057e5fa9485c3d4e045c9842d0 100644 |
| --- a/source/libvpx/args.c |
| +++ b/source/libvpx/args.c |
| @@ -14,9 +14,7 @@ |
| #include <limits.h> |
| #include "args.h" |
| -#ifdef _MSC_VER |
| -#define snprintf _snprintf |
| -#endif |
| +#include "vpx_ports/msvc.h" |
| #if defined(__GNUC__) && __GNUC__ |
| extern void die(const char *fmt, ...) __attribute__((noreturn)); |