[Git][wine/wine][master] 3 commits: windows.ui: Return a newer IUISettings5 interface.
Alexandre Julliard pushed to branch master at wine / wine Commits: 22926aea by Zhiyi Zhang at 2025-05-23T10:27:33+02:00 windows.ui: Return a newer IUISettings5 interface. Return a newer IUISettings5 interface in factory_ActivateInstance(). Returning IUISettings3 is not wrong but it's not consistent now that IUISettings5 is available. - - - - - dd3a1e0f by Zhiyi Zhang at 2025-05-23T10:27:35+02:00 windows.ui: Use helpers to implement IWeakReference. This also fix a double free in uisettings_Release(). - - - - - b2e90f9f by Zhiyi Zhang at 2025-05-23T10:27:37+02:00 geolocation: Use helpers to implement IWeakReference. - - - - - 9 changed files: - dlls/geolocation/Makefile.in - dlls/geolocation/main.c - dlls/geolocation/private.h - + dlls/geolocation/weakref.c - + dlls/geolocation/weakref.h - dlls/windows.ui/Makefile.in - dlls/windows.ui/uisettings.c - + dlls/windows.ui/weakref.c - + dlls/windows.ui/weakref.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/777ab19e7907d9b8c5f04987ee3c40... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/777ab19e7907d9b8c5f04987ee3c40... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)