mshtml: Remove const in front of REFIID as that is a macro that already starts with const.
This commit is contained in:
parent
efe4573bc8
commit
ad020e145e
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue