Re: [Mingw-w64-public] [PATCH 1/4] crt: Add new APIs to lib32/user32.def

2021-11-28 Thread JonY via Mingw-w64-public
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

[Mingw-w64-public] [PATCH 2/4] crt: Remove two duplicate symbols in lib32/user32.def

2021-11-28 Thread Martin Storsjö
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

[Mingw-w64-public] [PATCH 1/4] crt: Add new APIs to lib32/user32.def

2021-11-28 Thread Martin Storsjö
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

[Mingw-w64-public] [PATCH 4/4] crt: Remove commented out ordinal symbols from user32.def

2021-11-28 Thread Martin Storsjö
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

[Mingw-w64-public] [PATCH 3/4] crt: Update the decoration of the EditWndProc symbol to EditWndProc@20

2021-11-28 Thread Martin Storsjö
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-