[PATCH 2/2] ntdll: Add RtlGrowFunctionTable stub

Alex Henrie alexhenrie24 at gmail.com
Sun Dec 2 22:16:04 CST 2018


On Sun, Dec 2, 2018 at 5:40 PM Alistair Leslie-Hughes
<leslie_alistair at hotmail.com> wrote:
>
> Hi Alex,
>
> How about stealing the ones from staging, they have been improved more than the ones you sent in.
> https://github.com/wine-staging/wine-staging/tree/master/patches/ntdll-RtlAddGrowableFunctionTable

The main difference in the staging patches is that they add the
functions to winnt.h too. Since Alexandre doesn't like adding
functions to the header files before they have a proper
implementation, I think the patches that I sent today are more likely
to be accepted. My new patches also have the advantage of making
RtlAddGrowableFunctionTable on x64 call RtlAddFunctionTable (which has
an x64 implementation already) instead of just doing nothing.

-Alex



More information about the wine-devel mailing list