Commit 52b00231 authored by Mark Lindner's avatar Mark Lindner

Fix #define of snprintf for Visual Studio 2013.

parent 8acc6201
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
#define fileno _fileno #define fileno _fileno
#if _MSC_VER < 1800 #if _MSC_VER <= 1800
#define snprintf _snprintf #define snprintf _snprintf
#endif #endif
......
Markdown is supported
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