Commit 2a6daa72 authored by Johann's avatar Johann Committed by Gerrit Code Review
Browse files

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

Showing with 1 addition and 1 deletion
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment