Re: [Mingw-w64-public] [PATCH] crt: Add stdcall decoration to api-ms-win-core-registry-l2-1-0

2023-10-03 Thread Mark Harmstone
On 3/10/23 09:04, Martin Storsjö wrote: On Tue, 3 Oct 2023, Mark Harmstone wrote: Adds x86 version of api-ms-win-core-registry-l2-1-0, with stdcall decoration. Signed-off-by: Mark Harmstone --- .../lib32/api-ms-win-core-registry-l2-1-0.def | 37 +++ 1 file changed, 37 insertio

Re: [Mingw-w64-public] [PATCH] crt: Move functions in api-ms-win-core-console

2023-10-03 Thread Mark Harmstone
On 3/10/23 09:01, Martin Storsjö wrote: On Tue, 3 Oct 2023, Mark Harmstone wrote: Reassigns functions within api-ms-win-core-console, to match what the Windows SDK does. PeekConsoleInputA is moved from 1-1-0 to 1-2-0. GetConsoleTitleW and SetConsoleTitleW are moved from 2-1-0 to 2-2-0. Signe

Re: [Mingw-w64-public] [PATCH] crt: Add api-ms-win-core-heap-l2-1-0 to mincore

2023-10-03 Thread Mark Harmstone
On 3/10/23 08:50, Martin Storsjö wrote: On Tue, 3 Oct 2023, Mark Harmstone wrote: Signed-off-by: Mark Harmstone --- mingw-w64-crt/Makefile.am    | 1 + mingw-w64-crt/lib-common/mincore.mri | 1 + 2 files changed, 2 insertions(+) diff --git a/mingw-w64-crt/Makefile.am b/mingw-w64-crt/Ma

Re: [Mingw-w64-public] Mingw-w64 add support for loongarch .

2023-10-03 Thread Stephen Kitt
On Mon, 2 Oct 2023 12:16:45 +0530, Biswapriyo Nath wrote: > The files in mingw-w64-tools/widl directory are imported from wine > project. mingw-w64-tools/widl/wine-import.sh script can help to find > which files are imported. So, the patch should be sent to wine > project, here https://gitlab.wine

Re: [Mingw-w64-public] [PATCH] crt: Add stdcall decoration to api-ms-win-core-registry-l2-1-0

2023-10-03 Thread Martin Storsjö
On Tue, 3 Oct 2023, Mark Harmstone wrote: Adds x86 version of api-ms-win-core-registry-l2-1-0, with stdcall decoration. Signed-off-by: Mark Harmstone --- .../lib32/api-ms-win-core-registry-l2-1-0.def | 37 +++ 1 file changed, 37 insertions(+) create mode 100644 mingw-w64-crt/li

Re: [Mingw-w64-public] [PATCH] crt: Move functions in api-ms-win-core-console

2023-10-03 Thread Martin Storsjö
On Tue, 3 Oct 2023, Mark Harmstone wrote: Reassigns functions within api-ms-win-core-console, to match what the Windows SDK does. PeekConsoleInputA is moved from 1-1-0 to 1-2-0. GetConsoleTitleW and SetConsoleTitleW are moved from 2-1-0 to 2-2-0. Signed-off-by: Mark Harmstone --- mingw-w64-

Re: [Mingw-w64-public] [PATCH] crt: Add api-ms-win-core-heap-l2-1-0 to mincore

2023-10-03 Thread Martin Storsjö
On Tue, 3 Oct 2023, Mark Harmstone wrote: Signed-off-by: Mark Harmstone --- mingw-w64-crt/Makefile.am| 1 + mingw-w64-crt/lib-common/mincore.mri | 1 + 2 files changed, 2 insertions(+) diff --git a/mingw-w64-crt/Makefile.am b/mingw-w64-crt/Makefile.am index f26985409..daca70908 1006