2001-01-11 23:32:44 +01:00
|
|
|
/*
|
2002-03-10 00:29:33 +01:00
|
|
|
* Copyright 2001 John R. Sheets (for CodeWeavers)
|
2002-03-20 02:02:15 +01:00
|
|
|
* Copyright 2002 Hidenori Takeshima
|
2002-03-10 00:29:33 +01:00
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2.1 of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
2001-01-11 23:32:44 +01:00
|
|
|
*/
|
|
|
|
|
2002-03-20 02:02:15 +01:00
|
|
|
#ifndef WINE_SHDOCVW_H
|
|
|
|
#define WINE_SHDOCVW_H
|
2001-01-11 23:32:44 +01:00
|
|
|
|
2002-03-20 02:02:15 +01:00
|
|
|
#include "comimpl.h"
|
2001-01-11 23:32:44 +01:00
|
|
|
|
2002-03-20 02:02:15 +01:00
|
|
|
HRESULT CWebBrowserImpl_AllocObj(IUnknown* punkOuter,void** ppobj);
|
|
|
|
HRESULT CConnectionPointImpl_AllocObj(IUnknown* punkOuter,void** ppobj);
|
2001-01-11 23:32:44 +01:00
|
|
|
|
|
|
|
|
2002-03-20 02:02:15 +01:00
|
|
|
/* FIXME - move to header... */
|
2001-01-11 23:32:44 +01:00
|
|
|
DEFINE_GUID(IID_INotifyDBEvents,
|
|
|
|
0xdb526cc0, 0xd188, 0x11cd, 0xad, 0x48, 0x0, 0xaa, 0x0, 0x3c, 0x9c, 0xb6);
|
|
|
|
|
2002-03-20 02:02:15 +01:00
|
|
|
|
|
|
|
#endif /* WINE_SHDOCVW_H */
|