Index: Source/platform/win/SystemInfo.h |
diff --git a/Source/platform/win/SystemInfo.h b/Source/platform/win/SystemInfo.h |
index b9a34241fd50f1c15497b3abea793293bdff24a4..b023a4481f4ba2976613ac95e725c81c4f5ff463 100644 |
--- a/Source/platform/win/SystemInfo.h |
+++ b/Source/platform/win/SystemInfo.h |
@@ -31,7 +31,7 @@ |
namespace WebCore { |
-PLATFORM_EXPORT bool isWindowsVistaOrGreater(); |
+extern "C" PLATFORM_EXPORT bool isWindowsVistaOrGreater(); |
} // namespace WebCore |