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