summaryrefslogtreecommitdiffstats
path: root/src/entrypoint
diff options
context:
space:
mode:
authorYuhang Zhao <2546789017@qq.com>2021-11-19 13:05:38 +0800
committerYuhang Zhao <2546789017@qq.com>2021-11-23 12:53:46 +0800
commite01c25e85962dcb12cd6faae4c07d62a84c39e6f (patch)
tree3bf5f20608b617526b73a5ebc69ab9fc16b605dd /src/entrypoint
parent4c7759cae28493f492308d9e91ab5399fab89416 (diff)
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 <qt_ci_bot@qt-project.org> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'src/entrypoint')
-rw-r--r--src/entrypoint/qtentrypoint_win.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entrypoint/qtentrypoint_win.cpp b/src/entrypoint/qtentrypoint_win.cpp
index 200eb5379d..6409096b6c 100644
--- a/src/entrypoint/qtentrypoint_win.cpp
+++ b/src/entrypoint/qtentrypoint_win.cpp
@@ -48,7 +48,7 @@
**
****************************************************************************/
-#include <windows.h>
+#include <qt_windows.h>
#include <shellapi.h>
/*