Improve ifdef logic

Co-authored-by: Mosè Giordano <giordano@users.noreply.github.com>
This commit is contained in:
Marco Matthies 2023-04-03 21:13:36 +02:00 committed by GitHub
parent f43aca0f63
commit 9881cb3301
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
ggml.c
View file

@ -26,7 +26,7 @@
#define static_assert(cond, msg) struct global_scope_noop_trick #define static_assert(cond, msg) struct global_scope_noop_trick
#endif #endif
#if defined _MSC_VER || defined(__MINGW32__) #if defined(_WIN32)
#include <windows.h> #include <windows.h>