From 9881cb33013ef5bc14d38ef1cb42517a439b88b6 Mon Sep 17 00:00:00 2001 From: Marco Matthies <71844+marcom@users.noreply.github.com> Date: Mon, 3 Apr 2023 21:13:36 +0200 Subject: [PATCH] Improve ifdef logic MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Mosè Giordano --- ggml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml.c b/ggml.c index 9d70ebd56..b5b6cf8fc 100644 --- a/ggml.c +++ b/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