Re: Name problems with HTMLDocument, InternetExplorer and WebBrowser

2006-08-02 Thread Jacek Caban
Dan Hipschman wrote: Hi all, I'd like to submit a patch which makes widl output forward declarations to the header file for coclass definitions. Currently this is done only if the coclass has its own forward declaration. For example, [ uuid(...) ] coclass Foo; [ uuid(...) ] coclass Bar { ...

Re: Name problems with HTMLDocument, InternetExplorer and WebBrowser

2006-08-02 Thread Robert Shearman
Dan Hipschman wrote: Hi all, I'd like to submit a patch which makes widl output forward declarations to the header file for coclass definitions. Currently this is done only if the coclass has its own forward declaration. For example, [ uuid(...) ] coclass Foo; [ uuid(...) ] coclass Bar { ..

Name problems with HTMLDocument, InternetExplorer and WebBrowser

2006-07-31 Thread Dan Hipschman
Hi all, I'd like to submit a patch which makes widl output forward declarations to the header file for coclass definitions. Currently this is done only if the coclass has its own forward declaration. For example, [ uuid(...) ] coclass Foo; [ uuid(...) ] coclass Bar { ... }; Foo will get dec