Sweden-Number/tools/widl
Dmitry Timoshkov 2c501aa750 widl: If a variable doesn't have a name provide an autogenerated one.
Otherwise widl crashes while generating a typelib for a structure
with an embedded anonymous union:

typedef struct _s
{
    int type;
    union
    {
        int f;
    };
} s;

Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-02-17 15:04:59 +01:00
..
Makefile.in
client.c
expr.c
expr.h
hash.c
hash.h
header.c
header.h
parser.h
parser.l
parser.y
proxy.c
register.c
server.c
typegen.c
typegen.h
typelib.c
typelib.h
typelib_struct.h
typetree.c
typetree.h
utils.c
utils.h
widl.c
widl.h
widl.man.in
widltypes.h
write_msft.c widl: If a variable doesn't have a name provide an autogenerated one. 2020-02-17 15:04:59 +01:00