Commit afec7339 authored by Nikias Bassen's avatar Nikias Bassen

headers: Don't redefine uint*_t for newer versions of MSVC

parent 34438457
......@@ -29,7 +29,7 @@ extern "C"
{
#endif
#ifdef _MSC_VER
#if _MSC_VER && _MSC_VER < 1700
typedef __int8 int8_t;
typedef __int16 int16_t;
typedef __int32 int32_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