Sweden-Number/tools/widl
Rob Shearman 39978c68f9 widl: Fix the writing typedefs to dispinterfaces and pointers to interfaces.
Currently, stdole2.tlb isn't generated correctly and causes "<failed>"
to appear instead of "FontEvents" in the IFontEventsDisp typedef when
viewed with oleview.

The problem is that the typedef should just generate a VT_USERDEFINED
record, but ends up generating a VT_PTR -> VT_USERDEFINED. So remove
the extra writing of VT_PTR entries.

Fix the skipped pointers checks in encode_type and encode_type to
specifically detect VT_UNKNOWN and VT_DISPATCH types which don't need
one level of pointers, whereas interfaces encoded as VT_USERDEFINED
do.
2008-09-10 10:55:34 +02:00
..
Makefile.in makefiles: Recurse into all directories for install-lib and install-dev too. 2008-08-25 14:27:03 +02:00
client.c widl: Replace write_name() by get_name() to make the code more readable. 2008-08-30 11:15:04 +02:00
expr.c widl: Add support for string literals and wide-string literals in expressions. 2008-04-25 12:10:24 +02:00
expr.h widl: Remove duplicated code in the form of the write_struct_expr function by enhancing write_expr to allow toplevel identifiers to be prefixed by a string, if specified. 2008-04-22 13:05:18 +02:00
hash.c
hash.h
header.c widl: Replace write_name() by get_name() to make the code more readable. 2008-08-30 11:15:04 +02:00
header.h widl: Replace write_name() by get_name() to make the code more readable. 2008-08-30 11:15:04 +02:00
parser.h widl: Be more strict about where semicolons can appear in IDL files. 2008-04-01 19:10:43 +02:00
parser.l Add noinput directive to all lex files to avoid a compiler warning. 2008-07-07 12:31:33 +02:00
parser.y widl: Honor typedef pointer attributes. 2008-08-18 14:34:10 +02:00
proxy.c widl: Output NULL for inherited methods in the vtbl. 2008-09-02 18:01:53 +02:00
server.c widl: Replace write_name() by get_name() to make the code more readable. 2008-08-30 11:15:04 +02:00
typegen.c widl: Replace write_name() by get_name() to make the code more readable. 2008-08-30 11:15:04 +02:00
typegen.h widl: Create a list of statements in the whole IDL file, instead of just a list of interfaces. 2008-04-24 22:32:20 +02:00
typelib.c widl: Open files in binary mode to avoid corruption from text mode on Windows. 2008-09-10 10:40:18 +02:00
typelib.h widl: Create a list of statements in the whole IDL file, instead of just a list of interfaces. 2008-04-24 22:32:20 +02:00
typelib_struct.h
utils.c widl: Mark non-returning functions as noreturn. 2008-05-07 12:07:54 +02:00
utils.h widl: Mark non-returning functions as noreturn. 2008-05-07 12:07:54 +02:00
widl.c widl: Create a list of statements in the whole IDL file, instead of just a list of interfaces. 2008-04-24 22:32:20 +02:00
widl.h widl: Create a list of statements in the whole IDL file, instead of just a list of interfaces. 2008-04-24 22:32:20 +02:00
widl.man.in
widltypes.h widl: Implement type redefinition checks. 2008-07-02 11:40:50 +02:00
write_msft.c widl: Fix the writing typedefs to dispinterfaces and pointers to interfaces. 2008-09-10 10:55:34 +02:00