We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd5b738 commit 4a81bdfCopy full SHA for 4a81bdf
2 files changed
tools/clang/utils/TableGen/TableGen.cpp
@@ -21,7 +21,9 @@
21
22
// HLSL Change Starts
23
#ifdef _WIN32
24
+#ifndef NOMINMAX
25
#define NOMINMAX
26
+#endif
27
#include <windows.h>
28
#endif
29
utils/TableGen/TableGen.cpp
@@ -22,7 +22,9 @@
30
0 commit comments