wine/tools
Dmitry Timoshkov f7581c763d widl: Avoid adding duplicate type definitions if tag and typedef names are the same.
Fix handing of the following .idl snippet:

typedef [uuid(b14b6bb5-904e-4ff9-b247-bd361f7a0001)]
struct g { int g1; } g;

[uuid(b14b6bb5-904e-4ff9-b247-bd361f7a0002)]
interface test_iface : IUnknown
{
    HRESULT test([in] g *ptr);
}

Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-05 18:31:32 +09:00
..
sfnt2fon makefiles: Generate rules for building tool binaries. 2015-10-27 14:47:27 +09:00
widl widl: Avoid adding duplicate type definitions if tag and typedef names are the same. 2015-11-05 18:31:32 +09:00
winapi include: Fix packing of digitalv.h. 2015-08-03 10:56:16 +02:00
winebuild makefiles: Generate rules for installing programs. 2015-10-29 21:20:06 +09:00
winedump makefiles: Generate rules for installing scripts. 2015-10-29 21:20:07 +09:00
winegcc makefiles: Generate rules for installing symlinks. 2015-10-29 21:20:07 +09:00
winemaker makefiles: Generate rules for installing scripts. 2015-10-29 21:20:07 +09:00
wmc makefiles: Generate rules for installing programs. 2015-10-29 21:20:06 +09:00
wrc makefiles: Generate rules for installing programs. 2015-10-29 21:20:06 +09:00
buildimage
c2man.pl Assorted spelling and typos fixes. 2015-08-18 15:00:13 +09:00
config.guess tools: Upgrade the config.guess/config.sub scripts. 2015-10-28 20:45:18 +09:00
config.sub tools: Upgrade the config.guess/config.sub scripts. 2015-10-28 20:45:18 +09:00
examine-relay
findfunc
install-sh
make_fir
make_makefiles makefiles: Get rid of the obsolete IMPLIB_SRCS variable. 2015-11-04 17:23:03 +09:00
make_requests server: Pass the device client pointer as part of the IRP parameters. 2015-07-09 14:38:18 +09:00
make_specfiles vcruntime140: Add the new MSVC 2015 compiler specific DLL. 2015-10-30 15:09:35 +09:00
make_unicode Update data tables to Unicode 8.0.0. 2015-10-02 15:37:05 +09:00
make_xftmpl.c
makedep.c makefiles: Generate correct dependencies for included typelib files. 2015-11-05 17:26:30 +09:00
Makefile.in tools: Move winemaker to its own directory. 2015-10-28 20:45:18 +09:00
runtest
unicode-defaults
wineapploader.in
wineinstall
winewrapper