On Fri, Jan 26, 2007 at 09:13:52PM +0900, Mike McCormack wrote:
diff --git a/tools/widl/write_msft.c b/tools/widl/write_msft.c index 6248c80..576601b 100644 --- a/tools/widl/write_msft.c +++ b/tools/widl/write_msft.c @@ -126,6 +126,8 @@ typedef struct _msft_typeinfo_t } msft_typeinfo_t;
+static void add_dispinterface_typeinfo(msft_typelib_t *typelib, type_t *dispinterface);
Could you move that so it's with all the other forward declarations of add_*_typeinfo funcs (or move all the others to be with this one)?
Huw.