diff options
author | Ulf Hermann <ulf.hermann@qt.io> | 2021-10-25 12:09:52 +0200 |
---|---|---|
committer | Ulf Hermann <ulf.hermann@qt.io> | 2021-10-25 20:10:59 +0200 |
commit | 5aa0a4f722b46f90d42c61480da30ac2e3405755 (patch) | |
tree | 97d0421f635b7240e268ea8c8688484c1cfd4880 /src/qml/jsruntime/qv4stringobject.cpp | |
parent | 9ec55bb0c7df7c6edbcbdca4669594fffaef16f3 (diff) | |
download | qtdeclarative-5aa0a4f722b46f90d42c61480da30ac2e3405755.tar.gz |
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 <fabian.kosmale@qt.io>
Diffstat (limited to 'src/qml/jsruntime/qv4stringobject.cpp')
-rw-r--r-- | src/qml/jsruntime/qv4stringobject.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4stringobject.cpp b/src/qml/jsruntime/qv4stringobject.cpp index 1d1a5b5814..0bd4f9fa31 100644 --- a/src/qml/jsruntime/qv4stringobject.cpp +++ b/src/qml/jsruntime/qv4stringobject.cpp @@ -62,7 +62,7 @@ # include "qplatformdefs.h" # endif #else -# include <windows.h> +# include <qt_windows.h> #endif using namespace QV4; |