widl: Add support for the [overload] attribute.
commit64d5feb4ce86a45941edecc5369546169a6f0549
authorBernhard Kölbl <besentv@gmail.com>
Tue, 25 Jan 2022 16:07:28 +0000 (25 17:07 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 25 Jan 2022 19:50:49 +0000 (25 20:50 +0100)
tree897110766c7bfe3dc69b0b76423839120ca5f07b
parent7a6ef5c2df16bf222ee3a5298bfd3b5b47c1d8b4
widl: Add support for the [overload] attribute.

The attribute is used by WinRT and doesn't have any
effect on the generated headers.

Signed-off-by: Bernhard Kölbl <besentv@gmail.com>
Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
tools/widl/parser.l
tools/widl/parser.y
tools/widl/widltypes.h
tools/widl/write_msft.c