• Rob Shearman's avatar
    widl: Fix the writing typedefs to dispinterfaces and pointers to interfaces. · 39978c68
    Rob Shearman authored
    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.
    39978c68
Name
Last commit
Last update
..
Makefile.in Loading commit data...
client.c Loading commit data...
expr.c Loading commit data...
expr.h Loading commit data...
hash.c Loading commit data...
hash.h Loading commit data...
header.c Loading commit data...
header.h Loading commit data...
parser.h Loading commit data...
parser.l Loading commit data...
parser.y Loading commit data...
proxy.c Loading commit data...
server.c Loading commit data...
typegen.c Loading commit data...
typegen.h Loading commit data...
typelib.c Loading commit data...
typelib.h Loading commit data...
typelib_struct.h Loading commit data...
utils.c Loading commit data...
utils.h Loading commit data...
widl.c Loading commit data...
widl.h Loading commit data...
widl.man.in Loading commit data...
widltypes.h Loading commit data...
write_msft.c Loading commit data...