| Index: Source/wtf/GregorianDateTime.cpp
|
| diff --git a/Source/wtf/GregorianDateTime.cpp b/Source/wtf/GregorianDateTime.cpp
|
| index 61f73bf50891b8fd29588ad67b5bee8caf37da29..8427b39ff69597dab33156d3a8759b3c37365989 100644
|
| --- a/Source/wtf/GregorianDateTime.cpp
|
| +++ b/Source/wtf/GregorianDateTime.cpp
|
| @@ -27,7 +27,7 @@
|
|
|
| #include "DateMath.h"
|
|
|
| -#if OS(WINDOWS)
|
| +#if OS(WIN)
|
| #include <windows.h>
|
| #else
|
| #include <time.h>
|
| @@ -37,7 +37,7 @@ namespace WTF {
|
|
|
| void GregorianDateTime::setToCurrentLocalTime()
|
| {
|
| -#if OS(WINDOWS)
|
| +#if OS(WIN)
|
| SYSTEMTIME systemTime;
|
| GetLocalTime(&systemTime);
|
| TIME_ZONE_INFORMATION timeZoneInformation;
|
|
|