mshtml/tests: Move the 'const' after REFIID as REFIID is a macro that already starts with 'const'.

Michael Stefaniuc mstefani at redhat.de
Sat Oct 20 18:13:52 CDT 2007


---
 dlls/mshtml/tests/dom.c |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/dlls/mshtml/tests/dom.c b/dlls/mshtml/tests/dom.c
index 3933ac8..d49e1f0 100644
--- a/dlls/mshtml/tests/dom.c
+++ b/dlls/mshtml/tests/dom.c
@@ -58,33 +58,33 @@ typedef enum {
     ET_OPTION
 } elem_type_t;
 
-static const REFIID none_iids[] = {
+static REFIID const none_iids[] = {
     &IID_IUnknown,
     NULL
 };
 
-static const REFIID html_iids[] = {
+static REFIID const html_iids[] = {
     &IID_IHTMLDOMNode,
     &IID_IHTMLElement,
     &IID_IHTMLElement2,
     NULL
 };
 
-static const REFIID head_iids[] = {
+static REFIID const head_iids[] = {
     &IID_IHTMLDOMNode,
     &IID_IHTMLElement,
     &IID_IHTMLElement2,
     NULL
 };
 
-static const REFIID title_iids[] = {
+static REFIID const title_iids[] = {
     &IID_IHTMLDOMNode,
     &IID_IHTMLElement,
     &IID_IHTMLElement2,
     NULL
 };
 
-static const REFIID body_iids[] = {
+static REFIID const body_iids[] = {
     &IID_IHTMLDOMNode,
     &IID_IHTMLElement,
     &IID_IHTMLElement2,
@@ -93,7 +93,7 @@ static const REFIID body_iids[] = {
     NULL
 };
 
-static const REFIID anchor_iids[] = {
+static REFIID const anchor_iids[] = {
     &IID_IHTMLDOMNode,
     &IID_IHTMLElement,
     &IID_IHTMLElement2,
@@ -101,7 +101,7 @@ static const REFIID anchor_iids[] = {
     NULL
 };
 
-static const REFIID input_iids[] = {
+static REFIID const input_iids[] = {
     &IID_IHTMLDOMNode,
     &IID_IHTMLElement,
     &IID_IHTMLElement2,
@@ -110,7 +110,7 @@ static const REFIID input_iids[] = {
     NULL
 };
 
-static const REFIID select_iids[] = {
+static REFIID const select_iids[] = {
     &IID_IHTMLDOMNode,
     &IID_IHTMLElement,
     &IID_IHTMLElement2,
@@ -118,7 +118,7 @@ static const REFIID select_iids[] = {
     NULL
 };
 
-static const REFIID textarea_iids[] = {
+static REFIID const textarea_iids[] = {
     &IID_IHTMLDOMNode,
     &IID_IHTMLElement,
     &IID_IHTMLElement2,
@@ -126,7 +126,7 @@ static const REFIID textarea_iids[] = {
     NULL
 };
 
-static const REFIID option_iids[] = {
+static REFIID const option_iids[] = {
     &IID_IHTMLDOMNode,
     &IID_IHTMLElement,
     &IID_IHTMLElement2,
-- 
1.5.3.4
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20071021/c344d5e9/attachment.pgp 


More information about the wine-patches mailing list