mirror of
https://github.com/tezc/sc.git
synced 2025-01-28 07:03:06 +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;
|
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user