Re: widl: Write forward declarations for coclass definitions

2006-08-03 Thread Alexandre Julliard
Jacek Caban <[EMAIL PROTECTED]> writes: > I like the current names and I really think that your previous idea is > good. But if they > have to be changed, I'd suggest something like CWebBrowser, > CInternetExplorer > and CHTMLDocument. Well, it's really your code, so if you think the current name

Re: widl: Write forward declarations for coclass definitions

2006-08-03 Thread Jacek Caban
Dan Hipschman wrote: On Thu, Aug 03, 2006 at 03:44:49PM +0200, Jacek Caban wrote: be used to implement an object. And HTMLDocument is IMO the best name. Also $ grep -w HTMLDocument dlls/mshtml/*.[ch] |wc -l 304 $ grep -w WebBrowser dlls/shdocvw/*.[ch] |wc -l 210 $ grep -w InternetExplorer dl

Re: widl: Write forward declarations for coclass definitions

2006-08-03 Thread Dan Hipschman
On Thu, Aug 03, 2006 at 03:44:49PM +0200, Jacek Caban wrote: > be used to implement an object. And HTMLDocument is IMO the best name. Also > > $ grep -w HTMLDocument dlls/mshtml/*.[ch] |wc -l > 304 > $ grep -w WebBrowser dlls/shdocvw/*.[ch] |wc -l > 210 > $ grep -w InternetExplorer dlls/shdocvw/*.

Re: widl: Write forward declarations for coclass definitions

2006-08-03 Thread Jacek Caban
Alexandre Julliard wrote: Dan Hipschman <[EMAIL PROTECTED]> writes: diff --git a/dlls/mshtml/mshtml_private.h b/dlls/mshtml/mshtml_private.h index e0c1c3c..262ed37 100644 --- a/dlls/mshtml/mshtml_private.h +++ b/dlls/mshtml/mshtml_private.h @@ -53,7 +53,8 @@ typedef enum { EDITMODE

Re: widl: Write forward declarations for coclass definitions

2006-08-03 Thread Alexandre Julliard
Dan Hipschman <[EMAIL PROTECTED]> writes: > diff --git a/dlls/mshtml/mshtml_private.h b/dlls/mshtml/mshtml_private.h > index e0c1c3c..262ed37 100644 > --- a/dlls/mshtml/mshtml_private.h > +++ b/dlls/mshtml/mshtml_private.h > @@ -53,7 +53,8 @@ typedef enum { > EDITMODE > } USERMODE; >