On Wed Sep 21 04:38:18 2022 +0000, **** wrote:
> Zebediah Figura replied on the mailing list:
> ```
> On 9/19/22 15:51, Etaash Mathamsetty (@etaash.mathamsetty) wrote:
> > On Mon Sep 19 20:51:28 2022 +0000, Alexandre Julliard wrote:
> >> This should be handled already by LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR. If
> >> that doesn't work in your case you'll need to investigate why, but we
> >> can't change the global search path for this.
> > as far as I can tell LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR is for
> LoadLibrary not the private search_dll_file function in loader.c (which
> is where the problem originates from)
> >
> search_dll_file() is called by LoadLibrary() under normal circumstances.
> What call stack are you seeing that's not covered by this case?
> ```
the program doesn't actually call LoadLibrary, instead it was linked with cng.sys
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/842#note_26702
MR opened for getting Windows 7 testbot runs, will turn into an actual MR when everything is confirmed working.
--
v3: kernel32/tests: Fix tls callback tests on Windows 7
https://gitlab.winehq.org/wine/wine/-/merge_requests/2372
On Fri Mar 10 19:38:50 2023 +0000, Davide Beatrici wrote:
> The idea would be to add a function to the unixlib that returns the
> render and capture GUIDs. `mmdevapi` will take care of reading and
> writing from/to the registry.
Actually, I just realized only `winepulse` defines a GUID for the default render and capture device...
Should we do that in the other drivers too?
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/2364#note_26687
Add support for `UIAutomationType_ElementArray` properties in the COM API, and begin adding support for creating elements from cache requests in the COM API.
--
v2: uiautomationcore: Implement IUIAutomationElement::BuildUpdatedCache.
uiautomationcore/tests: Add tests for IUIAutomationElement caching methods.
uiautomationcore: Implement IUIAutomation::CreateCacheRequest.
uiautomationcore: Add support for element array properties in IUIAutomationElement::GetCurrentPropertyValueEx.
https://gitlab.winehq.org/wine/wine/-/merge_requests/2352