--
v3: widl: Do not write type definitions for types defined in an imported header.
widl: Update the type location in define_type().
widl: Factor out a define_type() helper.
widl: Invert "declonly".
widl: Allow using UDTs with the keyword even when the identifier is also a typedef.
https://gitlab.winehq.org/wine/wine/-/merge_requests/5724
On Fri May 31 21:05:42 2024 +0000, Alex Henrie wrote:
> Thanks for the patch! Reading and following the instructions at
> https://wiki.winehq.org/Submitting_Patches will improve the chances of
> it being accepted.
> Please use your real name in the Git commit, for example:
> ```
> git config --global user.name "Your Name"
> git commit --amend --reset-author
> git push --force
> ```
> Also, drop "See Bug 53960" and "This patch fixes that" from the commit
> message, wrap the paragraph of explanation to 72 characters per line,
> and add a new line `Wine-Bug:
> https://bugs.winehq.org/show_bug.cgi?id=53960` at the end of the commit message.
Done :)
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/5752#note_71998
On Fri May 31 20:58:25 2024 +0000, Piotr Caban wrote:
> There's lots of changes that look suspicious, please start with adding
> some tests.
Hi, Piotr Caban. I think the original tests should work here. What kind of extra tests do you need me to test?
Does msvcrt/tests/file.c provide tests for both msvcrt and ucrt?
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/5752#note_71995