Commit 4de9ba54 authored by Milo Yip's avatar Milo Yip

Merge pull request #559 from corporateshark/master

Custom Microsoft headers are necessary only for Visual Studio 2012 and lower
parents ed7efe62 852ed808
......@@ -159,7 +159,7 @@
*/
#ifndef RAPIDJSON_NO_INT64DEFINE
//!@cond RAPIDJSON_HIDDEN_FROM_DOXYGEN
#ifdef _MSC_VER
#if defined(_MSC_VER) && (_MSC_VER < 1800) // Visual Studio 2013
#include "msinttypes/stdint.h"
#include "msinttypes/inttypes.h"
#else
......
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