- Corrects some -ise/ize for British/Neutral English.
- Corrects some eable/able for US English.
- Larger patch introduces Canadian English which mostly uses British English, but prefers US English for -ise/ize. It is basically the awkward cousin.
--
v4: po: Add Canadian English
https://gitlab.winehq.org/wine/wine/-/merge_requests/8530
This MR adds a very basic implementation of `IPropertyDescription` for system defined properties (i.e, the ones in \<propkey.h\>). This is needed to support the [`Properties`](https://learn.microsoft.com/en-us/uwp/api/windows.devices.enumeration.deviceinformation.properties?view=winrt-26100) method for `IDeviceInformation` in Windows.Devices.Enumeration (!6874).
--
v14: propsys: Implement IPropertyDescription for several known system properties.
propsys: Add IPropertyDescription stub for system defined properties.
propsys/tests: Add conformance tests for PSGetNameFromPropertyKey.
propsys: Add stubs for PSGetNameFromPropertyKey.
propsys: Add stubs for PropertySystem.
include: Add declaration for PSGetPropertySystem.
propsys/tests: Add conformance tests for PSGetPropertyKeyFromName.
propsys/tests: Add conformance tests for getting PropertyDescriptions from PropertySystem.
https://gitlab.winehq.org/wine/wine/-/merge_requests/6892
On Wed May 21 05:19:43 2025 +0000, Mohamad Al-Jaf wrote:
> Yeah, I found it strange that it calls this function. Maybe they're
> using mods? I'd give it a week for the reporter to confirm, as bugs are
> often abandoned.
Looks like the bug reporter has abandoned it.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/8075#note_109683