d3d9/tests: Make a variable static const.
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
4adfe31003
commit
1b439c1def
|
@ -16799,7 +16799,7 @@ static void fp_special_test(void)
|
||||||
0x0000ffff, /* end */
|
0x0000ffff, /* end */
|
||||||
};
|
};
|
||||||
|
|
||||||
struct
|
static const struct
|
||||||
{
|
{
|
||||||
float x, y, z;
|
float x, y, z;
|
||||||
float s;
|
float s;
|
||||||
|
|
Loading…
Reference in New Issue