user32/tests: Fix build with MSVC.

This commit is contained in:
Thomas Faber 2011-08-24 10:46:54 +02:00 committed by Alexandre Julliard
parent 1d0397d151
commit 37f12af5c8
1 changed files with 2 additions and 2 deletions

View File

@ -185,8 +185,8 @@ typedef struct {
0, /* biYPelsPerMeter */ \
0, /* biClrUsed */ \
0 /* biClrImportant */ \
}, \
{ /* DIB data: left uninitialized */ } \
} \
/* DIB data: left uninitialized */ \
} \
}