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

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

Issue 26113005: Remove core/platform/win (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 months 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
« no previous file with comments | « Source/platform/win/HWndDC.h ('k') | Source/platform/win/SystemInfo.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/win/SystemInfo.h
diff --git a/Source/core/platform/win/SystemInfo.h b/Source/platform/win/SystemInfo.h
similarity index 95%
rename from Source/core/platform/win/SystemInfo.h
rename to Source/platform/win/SystemInfo.h
index 776d00fc260da9b6067d346b257c7027c5098617..8a56e2646435f615d1d9d42a7fdcc165c7346b7a 100644
--- a/Source/core/platform/win/SystemInfo.h
+++ b/Source/platform/win/SystemInfo.h
@@ -26,6 +26,7 @@
#ifndef SystemInfo_h
#define SystemInfo_h
+#include "platform/PlatformExport.h"
#include "wtf/text/WTFString.h"
namespace WebCore {
@@ -61,7 +62,7 @@ enum WindowsVersion {
// If supplied, |major| and |minor| are set to the OSVERSIONINFO::dwMajorVersion
// and dwMinorVersion field values, respectively.
-WindowsVersion windowsVersion(int* major = 0, int* minor = 0);
+PLATFORM_EXPORT WindowsVersion windowsVersion(int* major = 0, int* minor = 0);
} // namespace WebCore
« no previous file with comments | « Source/platform/win/HWndDC.h ('k') | Source/platform/win/SystemInfo.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698