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

oldstable
Michael Stefaniuc 2007-08-04 01:02:04 +02:00 committed by Alexandre Julliard
parent efe4573bc8
commit ad020e145e
1 changed files with 1 additions and 1 deletions

View File

@ -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
};