vcpkg/ports/simde/fix-windows-minmax.patch

13 lines
234 B
Diff
Raw Normal View History

diff --git a/simde/x86/sse.h b/simde/x86/sse.h
index 00119d3..a9dd705 100644
--- a/simde/x86/sse.h
+++ b/simde/x86/sse.h
@@ -33,6 +33,7 @@
#include "mmx.h"
#if defined(_WIN32)
+ #define NOMINMAX
#include <windows.h>
#endif