wine/tools/widl
Rob Shearman f4a9619364 widl: Fix detection of non-pointer context handles.
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.
2008-03-27 17:33:06 +01:00
..
client.c widl: Fix detection of non-pointer context handles. 2008-03-27 17:33:06 +01:00
hash.c
hash.h
header.c widl: Add support for generic binding handles. 2008-03-27 17:33:02 +01:00
header.h widl: Add support for generic binding handles. 2008-03-27 17:33:02 +01:00
Makefile.in
parser.h widl: Implement pointer_default functionality. 2007-10-09 17:52:45 +02:00
parser.l widl: Include <unistd.h> for prototype of unlink(). 2008-02-25 11:54:16 +01:00
parser.y widl: Add support for generic binding handles. 2008-03-27 17:33:02 +01:00
proxy.c widl: Remove unused headers. 2008-02-15 11:06:21 +01:00
server.c widl: Fix detection of non-pointer context handles. 2008-03-27 17:33:06 +01:00
typegen.c widl: Fix detection of non-pointer context handles. 2008-03-27 17:33:06 +01:00
typegen.h widl: Output code for initialising and freeing full pointer translation tables. 2008-02-04 11:49:13 +01:00
typelib.c widl: Guard the inclusion of unistd.h. 2008-02-15 11:06:25 +01:00
typelib.h
typelib_struct.h Assorted spelling fixes. 2008-01-23 21:16:22 +01:00
utils.c widl: Support Windows paths in dup_basename and make_token. 2008-02-08 11:00:55 +01:00
utils.h widl: Swap the version packing order back to what typelibs expect. 2007-12-13 14:30:40 +01:00
widl.c widl: Add support for generic binding handles. 2008-03-27 17:33:02 +01:00
widl.h widl: Add a --local-stubs option. 2007-10-31 12:39:54 +01:00
widl.man.in Assorted spelling fixes. 2007-11-09 13:07:12 +01:00
widltypes.h widl: Add support for generic binding handles. 2008-03-27 17:33:02 +01:00
write_msft.c widl: Remove local variable shadowing in add_func_desc(). 2008-03-12 11:59:12 +01:00