From 32c2134245aefe9981c51d99c381939104fffdc9 Mon Sep 17 00:00:00 2001 From: Robear Selwans Date: Wed, 6 May 2026 14:58:36 +0300 Subject: [PATCH] Fixed incorrect condition breaking compilation with clang on windows --- ev_vec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ev_vec.h b/ev_vec.h index 376fcde..8c20ff8 100644 --- a/ev_vec.h +++ b/ev_vec.h @@ -6,7 +6,7 @@ #include "ev_types.h" #include "ev_numeric.h" -#if !EV_OS_WINDOWS +#if !EV_CC_MSVC #include #endif