summaryrefslogtreecommitdiffstats
path: root/cpp/src/phonenumbers/base/basictypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/phonenumbers/base/basictypes.h')
-rw-r--r--cpp/src/phonenumbers/base/basictypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/phonenumbers/base/basictypes.h b/cpp/src/phonenumbers/base/basictypes.h
index a35e9fc..ac63259 100644
--- a/cpp/src/phonenumbers/base/basictypes.h
+++ b/cpp/src/phonenumbers/base/basictypes.h
@@ -9,7 +9,7 @@
#include <stddef.h> // For size_t
#include <string.h> // for memcpy
-#ifndef COMPILER_MSVC
+#if !defined(_WIN32)
// stdint.h is part of C99 but MSVC doesn't have it.
#include <stdint.h> // For intptr_t.
#endif