Trying to fix error on windows compilation C2589: '(': illegal token on right side of
This commit is contained in:
parent
8889c3be01
commit
b90a3bf15e
1 changed files with 1 additions and 1 deletions
2
ggml.h
2
ggml.h
|
@ -779,7 +779,7 @@ int ggml_cpu_has_vsx(void);
|
|||
|
||||
#if defined(_WIN32) && !defined(_POSIX_THREADS)
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <Windows.h>
|
||||
#include <handleapi.h>
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue