mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-04 14:01:17 +12:00
Removed THREAD_LOCAL macro. (#101)
This commit is contained in:
parent
d94ecfe078
commit
c065d22dda
3 changed files with 4 additions and 12 deletions
|
@ -225,14 +225,6 @@ typedef union _LARGE_INTEGER {
|
|||
#define DEBUG_BREAK raise(SIGTRAP)
|
||||
#endif
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#define THREAD_LOCAL __declspec(thread)
|
||||
#elif defined(__GNUC__)
|
||||
#define THREAD_LOCAL __thread
|
||||
#else
|
||||
#define THREAD_LOCAL thread_local
|
||||
#endif
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#define DLLEXPORT __declspec(dllexport)
|
||||
#elif defined(__GNUC__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue