mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-07 04:25:09 +08:00
13 lines
234 B
Diff
13 lines
234 B
Diff
|
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
|
||
|
|