https://bugs.winehq.org/show_bug.cgi?id=48773
Bug ID: 48773 Summary: RtlQueryEnvironmentVariable is missing from ntdll.dll? Product: Wine Version: 5.4 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: alon@skylinesoft.com Distribution: ---
Hi,
I tried to use a program that uses this library:
https://github.com/microsoft/mimalloc
this library uses a precompiled dll file named mimalloc-redirect.dll this dll can not load under wine since it have at least one missing dependency RtlQueryEnvironmentVariable
this dll loads fine under winodws.
compiling the samples/test from this project will give you the test program. even a simple program that just calls LoadLibrary will show the problem.