Skip to content
Snippets Groups Projects
Commit 8a06cb55 authored by Yaowu Xu's avatar Yaowu Xu Committed by Gerrit Code Review
Browse files

Merge "Added #define of snprintf for MSVC"

parents d6aae4d4 850a9196
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@
#ifdef _MSC_VER
#include <math.h>
#define snprintf _snprintf
#endif
#include "./vpx_config.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment