We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eb0d28 commit 70fefceCopy full SHA for 70fefce
2 files changed
tools/clang/unittests/HLSLExec/HlslTestDataTypes.h
@@ -1,6 +1,13 @@
1
#ifndef HLSLTESTDATATYPES_H
2
#define HLSLTESTDATATYPES_H
3
4
+#ifdef min
5
+#undef min
6
+#endif
7
+#ifdef max
8
+#undef max
9
10
+
11
#include <ostream>
12
13
#include <DirectXMath.h>
0 commit comments