]> git.cworth.org Git - apitrace/blobdiff - retrace/glretrace_ws.cpp
os: Fallback to OS TLS when compiler does not support it (issue #120).
[apitrace] / retrace / glretrace_ws.cpp
index ac03fcc97de6d56390f807a3b1661e6571d489c1..94a0d931ad008ad886ee08d55c4285f1b6312841 100644 (file)
@@ -131,7 +131,7 @@ Context::~Context()
 }
 
 
-static thread_specific Context *
+static OS_THREAD_SPECIFIC_PTR(Context)
 currentContextPtr;