mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 01:08:39 +09:00
libjpeg-turbo: disable thread local storage usage introduced in f579cc11b3, this should fix crashing in XP/2003.
This commit is contained in:
parent
1dffd76cda
commit
06fe8456f7
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
/* How to obtain thread-local storage */
|
||||
#if defined(_MSC_VER)
|
||||
#define THREAD_LOCAL __declspec(thread)
|
||||
#define THREAD_LOCAL
|
||||
#else
|
||||
#define THREAD_LOCAL __thread
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue