Fixed incorrect condition breaking compilation with clang on windows
Run tests / Run tests (push) Successful in 11s

This commit is contained in:
2026-05-06 14:58:36 +03:00
parent 0bf963b21c
commit 32c2134245
+1 -1
View File
@@ -6,7 +6,7 @@
#include "ev_types.h" #include "ev_types.h"
#include "ev_numeric.h" #include "ev_numeric.h"
#if !EV_OS_WINDOWS #if !EV_CC_MSVC
#include <string.h> #include <string.h>
#endif #endif