summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--base/basictypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/basictypes.h b/base/basictypes.h
index a35e9fc..ac63259 100644
--- a/base/basictypes.h
+++ b/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