mirror of
https://github.com/nzp-team/vhlt.git
synced 2024-11-21 19:32:27 +00:00
Hope it's fix for macos
This commit is contained in:
parent
9362b59b55
commit
3dcf197a30
1 changed files with 1 additions and 1 deletions
|
@ -514,7 +514,7 @@ void ThreadSetPriority(q_threadpriority type)
|
|||
|
||||
#include <stddef.h>
|
||||
|
||||
#ifdef __unix__
|
||||
#if defined(__unix__) || defined(__APPLE__)
|
||||
#include <unistd.h>
|
||||
static int UnixThreadDefault()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue