Avoid thread name checking testing on MacOS
It's not working!
This commit is contained in:
parent
50f223f454
commit
1faf5a879f
1 changed files with 4 additions and 0 deletions
|
|
@ -118,8 +118,12 @@ extern "C" {
|
|||
static bool namedThread() {
|
||||
%#ifdef _WIN32
|
||||
return false;
|
||||
%#else
|
||||
%#ifdef __APPLE__
|
||||
return false;
|
||||
%#else
|
||||
return true;
|
||||
%#endif
|
||||
%#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue