Move includes of interfaces to mshtml_private.h.

This commit is contained in:
Jacek Caban 2005-08-11 10:30:30 +00:00 committed by Alexandre Julliard
parent efe2bbd0ec
commit d8bf6e8aa4
10 changed files with 10 additions and 38 deletions

View File

@ -27,10 +27,6 @@
#include "winbase.h"
#include "winuser.h"
#include "ole2.h"
#include "docobj.h"
#include "mshtml.h"
#include "mshtmhst.h"
#include "wine/debug.h"

View File

@ -33,16 +33,12 @@
#include "winnls.h"
#include "winreg.h"
#include "ole2.h"
#include "docobj.h"
#include "advpub.h"
#include "mshtml.h"
#include "mshtmhst.h"
#include "wine/unicode.h"
#include "wine/debug.h"
#include "initguid.h"
#define INIT_GUID
#include "mshtml_private.h"
WINE_DEFAULT_DEBUG_CHANNEL(mshtml);

View File

@ -16,6 +16,14 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "docobj.h"
#include "mshtml.h"
#include "mshtmhst.h"
#ifdef INIT_GUID
#include "initguid.h"
#endif
#include "nsiface.h"
#define NS_OK ((nsresult)0x00000000L)

View File

@ -27,10 +27,6 @@
#include "winuser.h"
#include "winreg.h"
#include "ole2.h"
#include "docobj.h"
#include "mshtml.h"
#include "mshtmhst.h"
#include "wine/debug.h"
#include "wine/unicode.h"

View File

@ -27,10 +27,6 @@
#include "winbase.h"
#include "winuser.h"
#include "ole2.h"
#include "docobj.h"
#include "mshtml.h"
#include "mshtmhst.h"
#include "wine/debug.h"

View File

@ -27,10 +27,6 @@
#include "winbase.h"
#include "winuser.h"
#include "ole2.h"
#include "docobj.h"
#include "mshtml.h"
#include "mshtmhst.h"
#include "wine/debug.h"

View File

@ -27,10 +27,6 @@
#include "winbase.h"
#include "winuser.h"
#include "ole2.h"
#include "docobj.h"
#include "mshtml.h"
#include "mshtmhst.h"
#include "wine/debug.h"

View File

@ -27,10 +27,6 @@
#include "winbase.h"
#include "winuser.h"
#include "ole2.h"
#include "docobj.h"
#include "mshtml.h"
#include "mshtmhst.h"
#include "wine/debug.h"
#include "wine/unicode.h"

View File

@ -27,10 +27,6 @@
#include "winbase.h"
#include "winuser.h"
#include "ole2.h"
#include "docobj.h"
#include "mshtml.h"
#include "mshtmhst.h"
#include "wine/debug.h"
@ -42,7 +38,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(mshtml);
* IServiceProvider impementation
*/
#define SERVPROV_THIS(iface) (HTMLDocument*)((BYTE*)(iface)-offsetof(HTMLDocument,lpServiceProviderVtbl))
#define SERVPROV_THIS(iface) DEFINE_THIS(HTMLDocument, ServiceProvider, iface)
static HRESULT WINAPI ServiceProvider_QueryInterface(IServiceProvider *iface, REFIID riid, void **ppv)
{

View File

@ -28,10 +28,6 @@
#include "winuser.h"
#include "wingdi.h"
#include "ole2.h"
#include "docobj.h"
#include "mshtml.h"
#include "mshtmhst.h"
#include "wine/debug.h"