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

Unified Diff: Source/wtf/ThreadSpecificWin.cpp

Issue 23672027: Rename OS(WINDOWS) to OS(WIN) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 3 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/wtf/ThreadSpecific.h ('k') | Source/wtf/ThreadingPrimitives.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/ThreadSpecificWin.cpp
diff --git a/Source/wtf/ThreadSpecificWin.cpp b/Source/wtf/ThreadSpecificWin.cpp
index 7a4e9dfb38cde0556ad7edfe296142a291fc96e5..7426e0f49d846dfa9ffec31bf744637768a23232 100644
--- a/Source/wtf/ThreadSpecificWin.cpp
+++ b/Source/wtf/ThreadSpecificWin.cpp
@@ -22,7 +22,7 @@
#include "config.h"
#include "ThreadSpecific.h"
-#if OS(WINDOWS)
+#if OS(WIN)
#include "StdLibExtras.h"
#include "ThreadingPrimitives.h"
@@ -132,4 +132,4 @@ void ThreadSpecificThreadExit()
} // namespace WTF
-#endif // OS(WINDOWS)
+#endif // OS(WIN)
« no previous file with comments | « Source/wtf/ThreadSpecific.h ('k') | Source/wtf/ThreadingPrimitives.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698