Module: wine Branch: master Commit: abc0c3c129c3ba956463ad4e1522abdc91db4d56 URL: https://gitlab.winehq.org/wine/wine/-/commit/abc0c3c129c3ba956463ad4e1522abd...
Author: Rémi Bernon rbernon@codeweavers.com Date: Thu Nov 23 12:02:50 2023 +0100
twinapi.appcore: Stub Windows.System.UserProfile.AdvertisingManager factory.
---
dlls/twinapi.appcore/Makefile.in | 1 + dlls/twinapi.appcore/advertising_manager.c | 143 +++++++++++++++++++++++++++++ dlls/twinapi.appcore/classes.idl | 2 + dlls/twinapi.appcore/main.c | 2 + dlls/twinapi.appcore/private.h | 1 + dlls/twinapi.appcore/tests/twinapi.c | 47 +++++++++- dlls/windows.globalization/classes.idl | 1 + include/windows.system.userprofile.idl | 4 + 8 files changed, 196 insertions(+), 5 deletions(-)