Re: [Mingw-w64-public] Many kernel32 functions are missing

2019-01-14 Thread Martin Storsjö

On Sat, 12 Jan 2019, Biswapriyo Nath wrote:


Many kernel32 functions are missing. How can I add those functions? Those
are also redirected with api-ms- virtual dll redirection.


When adding new functions, you'll have to check if the added functions 
also belong to one of those dlls and update them in sync. kernel32.def has 
got lots of manual edits so it's not possible to just overwrite it with a 
new dump from a newer DLL.


// Martin



___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] Many kernel32 functions are missing

2019-01-14 Thread NightStrike
On Sat, Jan 12, 2019, 9:48 AM Biswapriyo Nath  Many kernel32 functions are missing. How can I add those functions? Those
> are also redirected with api-ms- virtual dll redirection.
>

I'd start with providing updates defs and headers in a patch.

>

___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


[Mingw-w64-public] Many kernel32 functions are missing

2019-01-12 Thread Biswapriyo Nath
Many kernel32 functions are missing. How can I add those functions? Those
are also redirected with api-ms- virtual dll redirection.

___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public