summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qt_pch.h
diff options
context:
space:
mode:
authorYuhang Zhao <2546789017@qq.com>2023-04-29 16:21:09 +0800
committerYuhang Zhao <2546789017@qq.com>2023-04-30 10:31:41 +0800
commitd3b3fc538b52d2efb46f0578cd1d19580837e877 (patch)
tree1767c1ee0007657459529470cdcdf2f19dfc0fa1 /src/corelib/global/qt_pch.h
parent5f28d367d999842a42fa0afa0d36d44ff61ea11d (diff)
Remove old clang-cl workaround
According to the upstream bug report [1], this bug has been fixed already. So remove the now useless workaround. [1] https://bugs.llvm.org/show_bug.cgi?id=41226 Change-Id: I7e17750f9e47fb9a0f8315ca15f89b741b107a35 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/global/qt_pch.h')
-rw-r--r--src/corelib/global/qt_pch.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/corelib/global/qt_pch.h b/src/corelib/global/qt_pch.h
index 207a30a5ee..e75f381f11 100644
--- a/src/corelib/global/qt_pch.h
+++ b/src/corelib/global/qt_pch.h
@@ -26,11 +26,6 @@
# define _POSIX_
# include <limits.h>
# undef _POSIX_
-# if defined(Q_CC_CLANG) && defined(Q_CC_MSVC)
-// See https://bugs.llvm.org/show_bug.cgi?id=41226
-# include <wchar.h>
-__declspec(selectany) auto *__wmemchr_symbol_loader_value = wmemchr(L"", L'0', 0);
-# endif
# endif
# include <qcoreapplication.h>
# include <qcoreevent.h>