win build fix 3

This commit is contained in:
t1amak
2025-11-14 09:03:39 +00:00
parent 17ce961fbf
commit aff689c848

View File

@@ -1,11 +1,11 @@
diff --git a/crypto/internal.h b/crypto/internal.h
index 28d45a4a4..e0c5a6b42 100644
index 30ec7df16..6331cae4a 100644
--- a/crypto/internal.h
+++ b/crypto/internal.h
@@ -55,7 +55,7 @@
#if defined(OPENSSL_WINDOWS_THREADS)
@@ -54,7 +54,7 @@
#include <windows.h>
#endif
-#if defined(_M_X64) || defined(_M_IX86)
+#if defined(_MSC_VER) && (defined(_M_X64) || defined(_M_IX86))
#include "intrin.h"