Remove redundant duplicate #include <windows.h>
This commit is contained in:
parent
10d758b917
commit
8889c3be01
1 changed files with 0 additions and 3 deletions
3
ggml.h
3
ggml.h
|
@ -785,9 +785,6 @@ int ggml_cpu_has_vsx(void);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef _POSIX_THREADS
|
#ifndef _POSIX_THREADS
|
||||||
#if defined(_WIN32)
|
|
||||||
#include <windows.h>
|
|
||||||
#endif
|
|
||||||
typedef HANDLE pthread_t;
|
typedef HANDLE pthread_t;
|
||||||
int pthread_create(pthread_t* out, void* unused, void*(*func)(void*), void* arg);
|
int pthread_create(pthread_t* out, void* unused, void*(*func)(void*), void* arg);
|
||||||
int pthread_join(pthread_t thread, void* unused);
|
int pthread_join(pthread_t thread, void* unused);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue