From e01c25e85962dcb12cd6faae4c07d62a84c39e6f Mon Sep 17 00:00:00 2001 From: Yuhang Zhao <2546789017@qq.com> Date: Fri, 19 Nov 2021 13:05:38 +0800 Subject: QtBase: replace windows.h with qt_windows.h We have some special handling in qt_windows.h, use it instead of the original windows.h Change-Id: I12fa45b09d3f2aad355573dce45861d7d28e1d77 Reviewed-by: Qt CI Bot Reviewed-by: Joerg Bornemann Reviewed-by: Edward Welbourne --- tests/shared/filesystem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/shared/filesystem.h') diff --git a/tests/shared/filesystem.h b/tests/shared/filesystem.h index bb9d1948e5..769c1d843a 100644 --- a/tests/shared/filesystem.h +++ b/tests/shared/filesystem.h @@ -38,7 +38,7 @@ #include #if defined(Q_OS_WIN) -#include +#include #include #ifndef IO_REPARSE_TAG_MOUNT_POINT #define IO_REPARSE_TAG_MOUNT_POINT (0xA0000003L) -- cgit v1.2.3