Trying to fix error on windows compilation C2589: '(': illegal token on right side of

This commit is contained in:
CoderRC 2023-04-03 17:13:25 -04:00 committed by GitHub
parent 8889c3be01
commit b90a3bf15e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
ggml.h
View file

@ -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