Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1496)

Unified Diff: Source/platform/win/SystemInfo.h

Issue 99103006: Moving GraphicsContext and dependencies from core to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased and building Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698