-
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.