Commit 2d1cf6ce authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Fixed copy&paste mistake.

parent 1ab87d4d
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment