fix windows rename

This commit is contained in:
tezc 2021-02-06 05:17:54 +03:00
parent 3ab9272ca9
commit a67f27cf1b

View File

@ -62,7 +62,7 @@ int sc_thread_start(struct sc_thread *thread, void *(*fn)(void *), void *arg)
return rc; return rc;
} }
int sc_thread_stop(struct sc_thread *thread, void **ret) int sc_thread_join(struct sc_thread *thread, void **ret)
{ {
int rc = 0; int rc = 0;
DWORD rv; DWORD rv;