Skip to content
Snippets Groups Projects
Commit 46db2246 authored by PAS's avatar PAS
Browse files

Fix i_threads.c compiling on macOS

parent 719ae5ce
Branches changelog-test
No related tags found
No related merge requests found
...@@ -313,6 +313,8 @@ void I_wake_all_cond(I_cond *anchor) ...@@ -313,6 +313,8 @@ void I_wake_all_cond(I_cond *anchor)
WakeAllConditionVariable(*anchor); WakeAllConditionVariable(*anchor);
} }
#else #else
#include "i_threads.h"
void I_spawn_thread(const char *name, I_thread_fn entry, void *userdata) void I_spawn_thread(const char *name, I_thread_fn entry, void *userdata)
{ {
(void)name; (void)name;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment