May 28, 2026
9:15 p.m.
On Thu May 28 21:15:48 2026 +0000, Elizabeth Figura wrote:
That doesn't seem like a very declarative solution. Rather we should be checking the return value of SetupCopyOEMInfW(). Thanks for taking a look.
I first thought also at something like the patch in https://testbot.winehq.org/JobDetails.pl?Key=163148 . This seems to [show a situation](https://gitlab.winehq.org/wine/wine/-/blob/master/dlls/setupapi/tests/devins...) where we need to copy destW to dest even when the SetupCopyOEMInfW returned FALSE. Therefore I tried not to touch current conditions around the copy and find a solution without checking the return value. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/11014#note_141571