aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rdparty/masm/wtf/PageBlock.cpp
diff options
context:
space:
mode:
authorUlf Hermann <[email protected]>2021-10-25 12:09:52 +0200
committerUlf Hermann <[email protected]>2021-10-25 20:10:59 +0200
commit5aa0a4f722b46f90d42c61480da30ac2e3405755 (patch)
tree97d0421f635b7240e268ea8c8688484c1cfd4880 /src/3rdparty/masm/wtf/PageBlock.cpp
parent9ec55bb0c7df7c6edbcbdca4669594fffaef16f3 (diff)
Replace all includes of windows.h with qt_windows.h
We don't want min and max to be macros. Change-Id: Ifa79eaecf00c9f8b9c61494aa9d883eebfdabc65 Reviewed-by: Fabian Kosmale <[email protected]>
Diffstat (limited to 'src/3rdparty/masm/wtf/PageBlock.cpp')
-rw-r--r--src/3rdparty/masm/wtf/PageBlock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/masm/wtf/PageBlock.cpp b/src/3rdparty/masm/wtf/PageBlock.cpp
index bc0e8d6f2d..28d4239c5a 100644
--- a/src/3rdparty/masm/wtf/PageBlock.cpp
+++ b/src/3rdparty/masm/wtf/PageBlock.cpp
@@ -32,7 +32,7 @@
#if OS(WINDOWS)
#include <malloc.h>
-#include <windows.h>
+#include <qt_windows.h>
#endif
namespace WTF {