-
Rob Shearman authored
is_ptr cannot be used because it follows the chain of types into the type which has the context_handle attribute, which is typically "void *" and so causes these context handles to be incorrectly detected as context handles. Instead, we can use is_aliaschain_ptr to follow the chain of aliases without following pointers and the absence of the context_handle attribute indicates that it must be present on a type after following a pointer.
f4a96193
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
Makefile.in | ||
client.c | ||
hash.c | ||
hash.h | ||
header.c | ||
header.h | ||
parser.h | ||
parser.l | ||
parser.y | ||
proxy.c | ||
server.c | ||
typegen.c | ||
typegen.h | ||
typelib.c | ||
typelib.h | ||
typelib_struct.h | ||
utils.c | ||
utils.h | ||
widl.c | ||
widl.h | ||
widl.man.in | ||
widltypes.h | ||
write_msft.c |