mirror of
https://github.com/tezc/sc.git
synced 2025-01-14 06:43:04 +08:00
fix windows rename
This commit is contained in:
parent
3ab9272ca9
commit
a67f27cf1b
@ -62,7 +62,7 @@ int sc_thread_start(struct sc_thread *thread, void *(*fn)(void *), void *arg)
|
||||
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;
|
||||
DWORD rv;
|
||||
|
Loading…
x
Reference in New Issue
Block a user