On 11/28/21 22:32, Martin Storsjö wrote:
The new symbols are dumped from Windows 10 19043.
The current version of user32.dll there don't include all symbols
that are listed in our user32.def, but keeping them untouched for now.
This fixes building the latest dev branch of Qt for i686.
Patches
These were listed twice.
Signed-off-by: Martin Storsjö
---
mingw-w64-crt/lib32/user32.def | 2 --
1 file changed, 2 deletions(-)
diff --git a/mingw-w64-crt/lib32/user32.def b/mingw-w64-crt/lib32/user32.def
index 429474aa9..56207f3e7 100644
--- a/mingw-w64-crt/lib32/user32.def
+++ b/mingw-w64-cr
The new symbols are dumped from Windows 10 19043.
The current version of user32.dll there don't include all symbols
that are listed in our user32.def, but keeping them untouched for now.
This fixes building the latest dev branch of Qt for i686.
Signed-off-by: Martin Storsjö
---
mingw-w64-crt/l
This makes it easier to sync in changes from dumps from newer versions
of the DLL.
Signed-off-by: Martin Storsjö
---
mingw-w64-crt/lib32/user32.def | 79 --
1 file changed, 79 deletions(-)
diff --git a/mingw-w64-crt/lib32/user32.def b/mingw-w64-crt/lib32/user32.d
This function seems to be undocumented (we don't have any declaration
of it in any header), but this is the form it gets dumped from current
user32.dll.
Signed-off-by: Martin Storsjö
---
mingw-w64-crt/lib32/user32.def | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mingw-w64-