[Bug 47159] widl ignores calling convention when declaring functions with extraneous parenthesis

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Aug 17 18:08:00 CDT 2019


https://bugs.winehq.org/show_bug.cgi?id=47159

Zebediah Figura <z.figura12 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |z.figura12 at gmail.com

--- Comment #1 from Zebediah Figura <z.figura12 at gmail.com> ---
(In reply to Richard Pospesel from comment #0)
> A bit of an edge case, looks like the parser grammar will need to be
> changed. As a side effect, this snippet:
> 
> extern int (__stdcall someval);
> 
> will generate:
> 
> extern int someval;

I'm curious what this is supposed to mean, exactly? Presumably we should just
error out in this case. (Side note: MIDL actually does this too.)

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



More information about the wine-bugs mailing list