Alexandre Julliard pushed to branch master at wine / wine
Commits: 02ca2e90 by Hans Leidekker at 2025-07-30T23:35:34+09:00 windows.gaming.input: Turn put_Parameters() into a regular method.
WinRT doesn't allow propput without matching propget or with more than one parameter.
- - - - - b913fc20 by Hans Leidekker at 2025-07-30T23:35:37+09:00 widl: Truncate identifiers that exceed the 255 character limit.
Like midl does.
- - - - - 766aa2f6 by Hans Leidekker at 2025-07-30T23:35:39+09:00 widl: Check that retval parameters also have an out attribute.
- - - - - ab120b46 by Hans Leidekker at 2025-07-30T23:35:39+09:00 widl: Check eventadd method parameters.
- - - - - 810bd8df by Hans Leidekker at 2025-07-30T23:35:39+09:00 widl: Check eventremove method parameters.
- - - - - f668097d by Hans Leidekker at 2025-07-30T23:35:39+09:00 widl: Check propget method parameters.
- - - - - ce57f1ad by Hans Leidekker at 2025-07-30T23:35:39+09:00 widl: Check propput method parameters.
- - - - -
7 changed files:
- dlls/windows.gaming.input/condition_effect.c - dlls/windows.gaming.input/constant_effect.c - dlls/windows.gaming.input/periodic_effect.c - dlls/windows.gaming.input/provider.idl - dlls/windows.gaming.input/ramp_effect.c - tools/widl/parser.l - tools/widl/parser.y
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c6cbbe1bce70f16834aecb181795e8...