mshtml: Fixed copy&paste mistake.

This commit is contained in:
Jacek Caban 2008-04-01 11:50:20 +00:00 committed by Alexandre Julliard
parent 1ab87d4dee
commit 2d1cf6ce34
1 changed files with 0 additions and 6 deletions

View File

@ -16,17 +16,13 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include <stdarg.h>
#include <stdio.h>
#define COBJMACROS
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winnls.h"
#include "ole2.h"
#include "wine/debug.h"
@ -38,8 +34,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(mshtml);
#define HTMLLOCATION_THIS(iface) DEFINE_THIS(HTMLLocation, HTMLLocation, iface)
static struct list window_list = LIST_INIT(window_list);
static HRESULT WINAPI HTMLLocation_QueryInterface(IHTMLLocation *iface, REFIID riid, void **ppv)
{
HTMLLocation *This = HTMLLOCATION_THIS(iface);