On 3/23/21 6:47 PM, Jacek Caban wrote:
On 3/23/21 6:20 PM, Rémi Bernon wrote:
Signed-off-by: Rémi Bernon rbernon@codeweavers.com
tools/widl/header.c | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-)
I sent the sign-off too soon, this breaks C++:
windows.foundation.h:67:26: error: use of enum ‘PropertyType’ without previous declaration
It looks like winrt enums should use explicit types.
Jacek
Ah sorry about that, I'll have a look.