Alexandre Julliard pushed to branch master at wine / wine
Commits: d1c2023b by Mohamad Al-Jaf at 2025-03-17T17:38:09+01:00 include: Add Windows.System.Profile.SystemIdentification definition.
- - - - - 03638707 by Mohamad Al-Jaf at 2025-03-17T17:38:10+01:00 windows.system.profile.systemid: Add stub dll.
- - - - - fcfd97da by Mohamad Al-Jaf at 2025-03-17T17:38:10+01:00 windows.system.profile.systemid: Add ISystemIdentificationStatics stub.
- - - - - b1fa099a by Mohamad Al-Jaf at 2025-03-17T17:38:10+01:00 windows.system.profile.systemid/tests: Add ISystemIdentificationStatics::GetSystemIdForPublisher() tests.
- - - - - 69a510b5 by Mohamad Al-Jaf at 2025-03-17T17:38:10+01:00 windows.system.profile.systemid: Partially implement ISystemIdentificationStatics::GetSystemIdForPublisher().
- - - - - 77b6caf2 by Mohamad Al-Jaf at 2025-03-17T17:38:10+01:00 windows.system.profile.systemid/tests: Add ISystemIdentificationInfo::get_Source() tests.
- - - - - 5f685421 by Mohamad Al-Jaf at 2025-03-17T17:38:10+01:00 windows.system.profile.systemid: Implement ISystemIdentificationInfo::get_Source().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55759
- - - - -
11 changed files:
- configure - configure.ac - dlls/twinapi.appcore/classes.idl - + dlls/windows.system.profile.systemid/Makefile.in - + dlls/windows.system.profile.systemid/classes.idl - + dlls/windows.system.profile.systemid/main.c - + dlls/windows.system.profile.systemid/private.h - + dlls/windows.system.profile.systemid/tests/Makefile.in - + dlls/windows.system.profile.systemid/tests/systemid.c - + dlls/windows.system.profile.systemid/windows.system.profile.systemid.spec - include/windows.system.profile.idl
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/aa98f099068aed72ef4edf4ee2ca45...