threads: Fixed windows build.
MSVC isn't C99.
Этот коммит содержится в:
родитель
b391a7603a
Коммит
9d3b84c914
@ -41,12 +41,12 @@ static unsigned long threads_id_noop (void){
|
||||
|
||||
struct ssh_threads_callbacks_struct ssh_threads_noop =
|
||||
{
|
||||
.type="threads_noop",
|
||||
.mutex_init=threads_noop,
|
||||
.mutex_destroy=threads_noop,
|
||||
.mutex_lock=threads_noop,
|
||||
.mutex_unlock=threads_noop,
|
||||
.thread_id=threads_id_noop
|
||||
"threads_noop",
|
||||
threads_noop,
|
||||
threads_noop,
|
||||
threads_noop,
|
||||
threads_noop,
|
||||
threads_id_noop
|
||||
};
|
||||
|
||||
static struct ssh_threads_callbacks_struct *user_callbacks =&ssh_threads_noop;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user