mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 01:58:59 +08:00
b5f40dc9d8
* [simde] suppress min/max macro definitions * [vvenc] new port
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
|
|
|