| 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
|
|
|
|
|