From 0f88e79ed80aaf3c02def55c6d507dde17eada60 Mon Sep 17 00:00:00 2001 From: Yuhang Zhao <2546789017@qq.com> Date: Tue, 7 Dec 2021 16:46:38 +0800 Subject: [PATCH] QCoffParser: Replace windows.h with qt_windows.h Change-Id: I9aeeb2cef4d068020e0c176a70ad86c9e28b0e68 Reviewed-by: Thiago Macieira --- src/corelib/plugin/qcoffpeparser.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/corelib/plugin/qcoffpeparser.cpp b/src/corelib/plugin/qcoffpeparser.cpp index f258ef5de2e..03eca7d2b67 100644 --- a/src/corelib/plugin/qcoffpeparser.cpp +++ b/src/corelib/plugin/qcoffpeparser.cpp @@ -45,10 +45,7 @@ #include -#define WIN32_LEAN_AND_MEAN -#include -#undef min -#undef max +#include QT_BEGIN_NAMESPACE