mirror of
https://github.com/reactos/wine.git
synced 2025-01-23 12:25:17 +00:00
gdiplus: Initialize variables in the graphics test.
This commit is contained in:
parent
92a8beb7cf
commit
9c9209ac0b
@ -99,6 +99,7 @@ static void test_save_restore(void)
|
|||||||
GpGraphics *graphics1, *graphics2;
|
GpGraphics *graphics1, *graphics2;
|
||||||
node * state_log = NULL;
|
node * state_log = NULL;
|
||||||
HDC hdc = GetDC(0);
|
HDC hdc = GetDC(0);
|
||||||
|
state_a = state_b = state_c = 0xdeadbeef;
|
||||||
|
|
||||||
/* Invalid saving. */
|
/* Invalid saving. */
|
||||||
GdipCreateFromHDC(hdc, &graphics1);
|
GdipCreateFromHDC(hdc, &graphics1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user