• 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
dlls Loading commit data...
documentation Loading commit data...
fonts Loading commit data...
include Loading commit data...
libs Loading commit data...
loader Loading commit data...
programs Loading commit data...
server Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
COPYING.LIB Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
Make.rules.in Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...