浏览代码

No define strtoll/strtoull for VS2013 and above

myd7349 6 年之前
父节点
当前提交
ec0d47e4d2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/google/protobuf/stubs/strutil.h

+ 1 - 1
src/google/protobuf/stubs/strutil.h

@@ -43,7 +43,7 @@
 namespace google {
 namespace google {
 namespace protobuf {
 namespace protobuf {
 
 
-#ifdef _MSC_VER
+#if defined(_MSC_VER) && _MSC_VER < 1800
 #define strtoll  _strtoi64
 #define strtoll  _strtoi64
 #define strtoull _strtoui64
 #define strtoull _strtoui64
 #elif defined(__DECCXX) && defined(__osf__)
 #elif defined(__DECCXX) && defined(__osf__)