On Mon Jun 1 21:31:47 2026 +0000, Louis Lenders wrote:
If you run the program you get trace what is here below. It's looking for ordinal 104. Google says this might change with windowsversion: could be DwmpSetColorizationColor (or _RefreshImmersiveColorPolicyState in some Windows versions). I guess you need to write test for it then. 0120:Call kernelbase.GetProcAddress(7a840000,00000068) ret=00401e1f 0120:Call ntdll.LdrGetProcedureAddress(7a840000,00000000,00000068,0032f8dc) ret= 7bc45504 0120:Ret ntdll.LdrGetProcedureAddress() retval=00000000 ret=7bc45504 0120:Ret kernelbase.GetProcAddress() retval=7a84180c ret=00401e1f 0120:Call kernelbase.GetStartupInfoW(0032fc34) ret=00401c36 0120:Ret kernelbase.GetStartupInfoW() retval=00000000 ret=00401c36 0120:Call dwmapi.104() ret=00401018 wine: Call from 000000007BC1E1F0 to unimplemented function dwmapi.dll.DwmpSetColorizationColor, aborting Could you tell me how that test is supposed to look like? I'm _very_ new to wine development.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/11019#note_141908