Skip to content
Snippets Groups Projects
Commit 82f4f4a5 authored by Philippe Canal's avatar Philippe Canal
Browse files

Add missing type on windows

parent d3bf4ccc
No related branches found
No related tags found
No related merge requests found
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
#elif defined(R__HAS_DECLSPEC_THREAD) #elif defined(R__HAS_DECLSPEC_THREAD)
# define TTHREAD_TLS(type) static __declspec(thread) type # define TTHREAD_TLS(type) static __declspec(thread) type
# define TTHREAD_TLS_ARRAY(type,size,name) static __declspec(thread) name[size]; # define TTHREAD_TLS_ARRAY(type,size,name) static __declspec(thread) type name[size];
# define TTHREAD_TLS_PTR(name) &name # define TTHREAD_TLS_PTR(name) &name
#elif defined(R__HAS_PTHREAD) #elif defined(R__HAS_PTHREAD)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment