Commit a3efdeeb authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

d2d1/tests: Some languages need a longer buffer for property display names.

parent 6c478c30
......@@ -9690,7 +9690,7 @@ static void test_effect(BOOL d3d11)
ID2D1Bitmap *bitmap;
ID2D1Effect *effect;
D2D1_SIZE_U size;
BYTE buffer[64];
BYTE buffer[256];
BOOL cached;
CLSID clsid;
HRESULT hr;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment