Skip to content
Snippets Groups Projects
Commit e0f5c89b authored by Andreas Traczyk's avatar Andreas Traczyk Committed by Guillaume Roguez
Browse files

build: use thread_local instead of __thread for UWP build

- Causes the UWP build condition to use thread_local when
  registering threads with pj_thread_register(), as __thread is
  not available. Note: __declspec(thread) is also equivalent.

Change-Id: Ibee418d4c7084264acb0591015cdb8f72abc50ba
Tuleap: #790
parent c8740c4b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment