Module: wine Branch: master Commit: 5d4022a85f632609a309b120ad6b71907c4e1f34 URL: https://source.winehq.org/git/wine.git/?a=commit;h=5d4022a85f632609a309b120a...
Author: Jactry Zeng jzeng@codeweavers.com Date: Thu Nov 25 00:20:45 2021 -0600
comsvcs: Stub ISharedPropertyGroupManager interface.
Signed-off-by: Jactry Zeng jzeng@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/comsvcs/Makefile.in | 3 +- dlls/comsvcs/comsvcs_private.h | 34 +++++++++ dlls/comsvcs/main.c | 25 ++++--- dlls/comsvcs/property.c | 166 +++++++++++++++++++++++++++++++++++++++++ dlls/comsvcs/tests/Makefile.in | 3 +- dlls/comsvcs/tests/property.c | 115 ++++++++++++++++++++++++++++ 6 files changed, 335 insertions(+), 11 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=5d4022a85f632609a309b...