https://bugs.winehq.org/show_bug.cgi?id=44865
--- Comment #6 from GG gillg02@hotmail.com --- Sorry, my bad ! You are true, it was a previous test what I missed.
So, directmanipulation interface, seems implemented into "directmanipulation.dll" I tried to get the native DLL and register it, but, I got dependencies errors :
0009:err:module:import_dll Library api-ms-win-rtcore-ntuser-private-l1-1-1.dll (which is needed by L"C:\windows\system32\directmanipulation.dll") not found 0009:err:module:import_dll Library api-ms-win-rtcore-ntuser-synch-l1-1-0.dll (which is needed by L"C:\windows\system32\directmanipulation.dll") not found 0009:err:module:import_dll Library api-ms-win-appmodel-runtime-l1-1-0.dll (which is needed by L"C:\windows\system32\directmanipulation.dll") not found
api-ms-win-appmodel-runtime-l1-1-0.dll seems to be part of CRT https://support.microsoft.com/en-us/help/2999226/update-for-universal-c-runt...
This package seems not installable, or I not found the good way (.msu package) Have you any other ideas ?