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

Reply via email to