Re: [Mingw-w64-public] [PATCH] crt/lib-common: Add more kernel32 exported functions

2019-01-28 Thread Jacek Caban
On 1/25/19 9:46 PM, Martin Storsjö wrote: Do you happen to know which one(s) they'd belong to here? Jacek, do you know? It depends. I checked a few functions. Most of them are present in onecoreuap.lib, some of them are in onecore.lib and some (eg. WaitForDebugEventEx) are in mincore.lib

Re: [Mingw-w64-public] [PATCH] crt/lib-common: Add more kernel32 exported functions

2019-01-25 Thread Martin Storsjö
On Sat, 26 Jan 2019, Biswapriyo Nath wrote: Sorry sir, I'm not familiar with how those works in mingw-w64 repo. Ok, well thanks for the patch for adding those def files in any case. I went ahead and applied the one that extends kernel32.def.in, and after figuring out where/how to add the oth

[Mingw-w64-public] [PATCH] crt/lib-common: Add more kernel32 exported functions

2019-01-25 Thread Biswapriyo Nath
Sorry sir, I'm not familiar with how those works in mingw-w64 repo. ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] [PATCH] crt/lib-common: Add more kernel32 exported functions

2019-01-25 Thread Martin Storsjö
On Sat, 26 Jan 2019, Biswapriyo Nath wrote: Please forgive me. I'm not deeply familiar with mingw-w64 makefiles. And those are so huge... In this case, you could just add them to lib64/Makefile.am, libarm32/Makefile.am and libarm64/Makefile.am - but that would make them installed. And the ex

Re: [Mingw-w64-public] [PATCH] crt/lib-common: Add more kernel32 exported functions

2019-01-25 Thread Biswapriyo Nath
Please forgive me. I'm not deeply familiar with mingw-w64 makefiles. And those are so huge... ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] [PATCH] crt/lib-common: Add more kernel32 exported functions

2019-01-25 Thread Martin Storsjö
On Sat, 26 Jan 2019, Biswapriyo Nath wrote: Those functions we're mentioned two times. So I remove one of them. Here are the edited patch file with all redirected virtual dll. Aha, ok, fair enough. It might be good to explain that in the commit message. Thanks for adding def files for the r

Re: [Mingw-w64-public] [PATCH] crt/lib-common: Add more kernel32 exported functions

2019-01-25 Thread Biswapriyo Nath
Those functions we're mentioned two times. So I remove one of them. Here are the edited patch file with all redirected virtual dll. On Saturday, January 26, 2019, Martin Storsjö wrote: > Hi, > > On Sat, 26 Jan 2019, Biswapriyo Nath wrote: > >> [PATCH] crt/lib-common: Add more kernel32 exported fu

Re: [Mingw-w64-public] [PATCH] crt/lib-common: Add more kernel32 exported functions

2019-01-25 Thread Martin Storsjö
Hi, On Sat, 26 Jan 2019, Biswapriyo Nath wrote: [PATCH] crt/lib-common: Add more kernel32 exported functions This patch removes the InitializeConditionVariable and InitializeCriticalSection functions. Why? Also, are any of the new added functions available in any of api-ms-win-core-*.dll

[Mingw-w64-public] [PATCH] crt/lib-common: Add more kernel32 exported functions

2019-01-25 Thread Biswapriyo Nath
[PATCH] crt/lib-common: Add more kernel32 exported functions From 50289418f4f78c5513ca7b1b5b4efe9c8dff31dd Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 25 Jan 2019 00:22:41 +0530 Subject: [PATCH] crt/lib-common: Add more kernel32 exported functions Signed-off-by: Biswapriyo Nath ---