We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4b15ef commit a4beac9Copy full SHA for a4beac9
include/dxc/ZigGNUWinAdapter.h
@@ -8,7 +8,7 @@
8
9
#ifndef LLVM_SUPPORT_ZIG_GNU_WIN_ADAPTER_H
10
#define LLVM_SUPPORT_ZIG_GNU_WIN_ADAPTER_H
11
-#ifdef __clang__ && !defined(_MSC_VER) && defined(_WIN32) // Zig windows-gnu target
+#if defined(__clang__) && !defined(_MSC_VER) && defined(_WIN32) // Zig windows-gnu target
12
13
// General
14
//-------------------------------------------------------------
@@ -540,5 +540,5 @@ class CComBSTR {
540
}
541
};
542
543
-#endif // #ifdef __clang__ && !defined(_MSC_VER) && defined(_WIN32) // Zig windows-gnu target
+#endif // defined(__clang__) && !defined(_MSC_VER) && defined(_WIN32) // Zig windows-gnu target
544
#endif // LLVM_SUPPORT_ZIG_GNU_WIN_ADAPTER_H
0 commit comments