Module: wine Branch: master Commit: ad020e145e88cede1345ae7dba64ef68b207ee33 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ad020e145e88cede1345ae7dba...
Author: Michael Stefaniuc mstefani@redhat.de Date: Sat Aug 4 01:02:04 2007 +0200
mshtml: Remove const in front of REFIID as that is a macro that already starts with const.
---
dlls/mshtml/main.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/mshtml/main.c b/dlls/mshtml/main.c index 9a2a4f0..6ed2549 100644 --- a/dlls/mshtml/main.c +++ b/dlls/mshtml/main.c @@ -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 };