Improve ifdef logic
Co-authored-by: Mosè Giordano <giordano@users.noreply.github.com>
This commit is contained in:
parent
f43aca0f63
commit
9881cb3301
1 changed files with 1 additions and 1 deletions
2
ggml.c
2
ggml.c
|
@ -26,7 +26,7 @@
|
|||
#define static_assert(cond, msg) struct global_scope_noop_trick
|
||||
#endif
|
||||
|
||||
#if defined _MSC_VER || defined(__MINGW32__)
|
||||
#if defined(_WIN32)
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue