7 Sep
2020
7 Sep
'20
7:41 p.m.
https://bugs.winehq.org/show_bug.cgi?id=49772 --- Comment #3 from Nikolay Sivov <bunglehead(a)gmail.com> --- It's probably anonymous struct within a union here: --- union { struct { char gh; }; char df; }; --- Does it work if you give it a name? If it does it's probably a duplicate of bug 49797 or vice versa. Garbled filenames are probably temporary files that get left behind when widl crashes. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.