Commit ec0d47e4 authored by myd7349's avatar myd7349 Committed by Adam Cozzette

No define strtoll/strtoull for VS2013 and above

parent b3c132f6
......@@ -43,7 +43,7 @@
namespace google {
namespace protobuf {
#ifdef _MSC_VER
#if defined(_MSC_VER) && _MSC_VER < 1800
#define strtoll _strtoi64
#define strtoull _strtoui64
#elif defined(__DECCXX) && defined(__osf__)
......
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