mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-04 14:08:30 +00:00
b8 type
This commit is contained in:
parent
804ee1183b
commit
ffc11bfda3
21 changed files with 132 additions and 115 deletions
|
|
@ -7,7 +7,7 @@
|
|||
#define noexcept _NOEXCEPT_OP
|
||||
#endif
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#if defined(_MSC_VER) && _MSC_VER <= 1800
|
||||
#define thread_local __declspec(thread)
|
||||
#elif __APPLE__
|
||||
#define thread_local __thread
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue