Commit 2eb849cc authored by Pieter Hintjens's avatar Pieter Hintjens

Merge pull request #428 from ipechorin/9056c13e

Use <stdint.h> shipped with Visual Studio 2010 and later
parents ff264cb0 9056c13e
......@@ -27,7 +27,7 @@
#include <inttypes.h>
#elif defined _MSC_VER
#elif defined _MSC_VER && _MSC_VER < 1600
#ifndef int8_t
typedef __int8 int8_t;
......
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