Commit ad020e14 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

mshtml: Remove const in front of REFIID as that is a macro that already starts with const.

parent efe4573b
......@@ -54,7 +54,7 @@ static HINSTANCE shdoclc = NULL;
static ITypeLib *typelib;
static ITypeInfo *typeinfos[LAST_tid];
static const REFIID tid_ids[] = {
static REFIID tid_ids[] = {
&IID_IHTMLWindow2
};
......
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