mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 21:11:54 +00:00
[GDI32_APITEST]
Fix warnings svn path=/trunk/; revision=56499
This commit is contained in:
parent
92d1183079
commit
5b92fc6b91
3 changed files with 1 additions and 3 deletions
|
@ -30,7 +30,7 @@ struct
|
|||
BOOL InitStuff(void)
|
||||
{
|
||||
BITMAPINFO bmi32 =
|
||||
{{sizeof(BITMAPINFOHEADER), 4, -4, 1, 32, BI_RGB, 0, 1, 1, 0, 0}, {0}};
|
||||
{{sizeof(BITMAPINFOHEADER), 4, -4, 1, 32, BI_RGB, 0, 1, 1, 0, 0}};
|
||||
|
||||
ghdcDIB32 = CreateCompatibleDC(0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue