From: Paul Gofman Subject: Re: [PATCH 4/4] ntoskrnl.exe: Add stub RtlLookupElementGenericTable function Message-Id: <571e5e05-eacf-c4a0-4e06-caddebdefb54@codeweavers.com> Date: Thu, 29 Oct 2020 16:54:00 +0300 In-Reply-To: References: On 10/29/20 16:49, Vijay Kiran Kamuju wrote: > Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49426 > Signed-off-by: Vijay Kiran Kamuju Do these stubs actually allow the application to run normally? If not (as I would expect, as the application is unlikely just checking their presence), maybe it would make more sense to implement them at once instead of stubbing? They seem to be fully documented.