Merge "vpxdec: avoid redefining fileno() on mingw"

This commit is contained in:
Johann 2011-11-10 09:43:12 -08:00 committed by Gerrit Code Review
commit 2a6daa72f0

View File

@ -32,7 +32,7 @@
#include "nestegg/include/nestegg/nestegg.h"
#if CONFIG_OS_SUPPORT
#if defined(_WIN32)
#if defined(_MSC_VER)
#include <io.h>
#define snprintf _snprintf
#define isatty _isatty