diff options
author | Jose Fonseca <jfonseca@vmware.com> | 2017-03-20 12:50:52 +0000 |
---|---|---|
committer | Jose Fonseca <jfonseca@vmware.com> | 2017-03-20 12:50:52 +0000 |
commit | 16b76a287134a08d9db3e57ceb9e772e367a2b86 (patch) | |
tree | ad03258133cf039c61106ddf7696ec0acf1e7f5d /wrappers/gltrace_state.cpp | |
parent | 977990ef90d3a79c2215295b3c75a2ecf777a17b (diff) |
Remove Windows XP support.
I'm not aware of people using it, so I believe it's not worth the hassle
as I'm trying to cut maintenance burden down.
Diffstat (limited to 'wrappers/gltrace_state.cpp')
-rw-r--r-- | wrappers/gltrace_state.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wrappers/gltrace_state.cpp b/wrappers/gltrace_state.cpp index 8848d21c..85fadfe3 100644 --- a/wrappers/gltrace_state.cpp +++ b/wrappers/gltrace_state.cpp @@ -54,7 +54,7 @@ public: } }; -static OS_THREAD_SPECIFIC_PTR(ThreadState) thread_state; +static OS_THREAD_LOCAL ThreadState *thread_state; static ThreadState *get_ts(void) { |