Index: base/location.cc |
diff --git a/base/location.cc b/base/location.cc |
index d87ed3581fb5de9499e731fcd7ed0183dd946447..f8c8110aedd5b2356c686c65dc12850318f1e80d 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" |