Commit 8e61b726 authored by yuzhaol's avatar yuzhaol

Declare intrinsic function to avoid LNK2019 in x64 debug mode

Add #pragma intrinsic(_umul128) for MSVS 2005
parent 709daab1
......@@ -19,6 +19,7 @@
#if defined(_MSC_VER) && defined(_M_AMD64)
#include <intrin.h> // for _umul128
#pragma intrinsic(_umul128)
#endif
RAPIDJSON_NAMESPACE_BEGIN
......
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