Commit 8a06cb55 authored by Yaowu Xu's avatar Yaowu Xu Committed by Gerrit Code Review
Browse files

Merge "Added #define of snprintf for MSVC"

Showing with 1 addition and 0 deletions
......@@ -13,6 +13,7 @@
#ifdef _MSC_VER
#include <math.h>
#define snprintf _snprintf
#endif
#include "./vpx_config.h"
......
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