mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
f4a9619364
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. |
||
---|---|---|
.. | ||
client.c | ||
hash.c | ||
hash.h | ||
header.c | ||
header.h | ||
Makefile.in | ||
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 |