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

Unified Diff: src/platform-tls.h

Issue 6724028: Fast TLS support on mac. (Closed)
Patch Set: Updated xcode and gyp Created 9 years, 9 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 | « no previous file | src/platform-tls-mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform-tls.h
diff --git a/src/platform-tls.h b/src/platform-tls.h
index a7c40e567ebfc17f477677326f398834f6ebbae4..564917540b1e8afe4425bdf570db320546fe5c17 100644
--- a/src/platform-tls.h
+++ b/src/platform-tls.h
@@ -41,6 +41,8 @@
#if defined(_MSC_VER) && (defined(_WIN32) || defined(_WIN64))
#include "platform-tls-win32.h"
+#elif defined(__APPLE__)
+#include "platform-tls-mac.h"
#endif
#endif
« no previous file with comments | « no previous file | src/platform-tls-mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698