summaryrefslogtreecommitdiffstats
path: root/base/location.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/location.cc')
-rw-r--r--base/location.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/base/location.cc b/base/location.cc
index 08263ce..8b32b97 100644
--- a/base/location.cc
+++ b/base/location.cc
@@ -5,10 +5,7 @@
#include "build/build_config.h"
#if defined(COMPILER_MSVC)
-// MSDN says to #include <intrin.h>, but that breaks the VS2005 build.
-extern "C" {
- void* _ReturnAddress();
-}
+#include <intrin.h>
#endif
#include "base/location.h"