Fix unix and win32 build without C++ threads
This commit is contained in:
@@ -37,7 +37,7 @@ typedef struct {
|
||||
} win_event_t;
|
||||
|
||||
thread_t *
|
||||
thread_create(void (*func)(void *param), void *param, const char *name)
|
||||
thread_create_named(void (*func)(void *param), void *param, const char *name)
|
||||
{
|
||||
uintptr_t bt = _beginthread(func, 0, param);
|
||||
plat_set_thread_name(bt, name);
|
||||
|
||||
Reference in New Issue
Block a user