No define strtoll/strtoull for VS2013 and above

pull/5948/head
myd7349 6 years ago committed by Adam Cozzette
parent b3c132f6f3
commit ec0d47e4d2
  1. 2
      src/google/protobuf/stubs/strutil.h

@ -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__)

Loading…
Cancel
Save