| Index: Source/wtf/ThreadingWin.cpp
|
| diff --git a/Source/wtf/ThreadingWin.cpp b/Source/wtf/ThreadingWin.cpp
|
| index d220aaaeaaea80f536e5ae082611e7f80a54ac0e..2ee1c4dae77b3ba277338f8c3712516344022d0c 100644
|
| --- a/Source/wtf/ThreadingWin.cpp
|
| +++ b/Source/wtf/ThreadingWin.cpp
|
| @@ -86,7 +86,7 @@
|
| #include "config.h"
|
| #include "Threading.h"
|
|
|
| -#if OS(WINDOWS)
|
| +#if OS(WIN)
|
|
|
| #include "wtf/CurrentTime.h"
|
| #include "wtf/DateMath.h"
|
| @@ -491,4 +491,4 @@ DWORD absoluteTimeToWaitTimeoutInterval(double absoluteTime)
|
|
|
| } // namespace WTF
|
|
|
| -#endif // OS(WINDOWS)
|
| +#endif // OS(WIN)
|
|
|