[PATCH] ntdll: Enable WoW64 filesystem redirection when loading libraries.

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Thu Oct 24 16:46:16 CDT 2019


Hi Brendan,

There is a return statement between your enable/disabling redirection.

if (!(dllname = RtlAllocateHeap( GetProcessHeap(), 0,
                                         (strlenW(libname) * sizeof(WCHAR)) + sizeof(dllW) )))
            return STATUS_NO_MEMORY;

Regards
Alistair.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20191024/aeeda262/attachment.htm>


More information about the wine-devel mailing list