user32/tests: Fix build with MSVC.
This commit is contained in:
parent
1d0397d151
commit
37f12af5c8
|
@ -185,8 +185,8 @@ typedef struct {
|
||||||
0, /* biYPelsPerMeter */ \
|
0, /* biYPelsPerMeter */ \
|
||||||
0, /* biClrUsed */ \
|
0, /* biClrUsed */ \
|
||||||
0 /* biClrImportant */ \
|
0 /* biClrImportant */ \
|
||||||
}, \
|
} \
|
||||||
{ /* DIB data: left uninitialized */ } \
|
/* DIB data: left uninitialized */ \
|
||||||
} \
|
} \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue