Thomas Faber : user32/tests: Fix build with MSVC.

Alexandre Julliard julliard at winehq.org
Wed Aug 24 14:05:22 CDT 2011


Module: wine
Branch: master
Commit: 37f12af5c84bc8ddca793b2623353ce122b8ca3b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=37f12af5c84bc8ddca793b2623353ce122b8ca3b

Author: Thomas Faber <thfabba at gmx.de>
Date:   Wed Aug 24 10:46:54 2011 +0200

user32/tests: Fix build with MSVC.

---

 dlls/user32/tests/cursoricon.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/user32/tests/cursoricon.c b/dlls/user32/tests/cursoricon.c
index ddf37ef..c874924 100644
--- a/dlls/user32/tests/cursoricon.c
+++ b/dlls/user32/tests/cursoricon.c
@@ -185,8 +185,8 @@ typedef struct {
               0,                         /* biYPelsPerMeter */ \
               0,                         /* biClrUsed */ \
               0                          /* biClrImportant */ \
-        }, \
-        { /* DIB data: left uninitialized */ } \
+        } \
+        /* DIB data: left uninitialized */ \
     } \
 }
 




More information about the wine-cvs mailing list