Commit e3a0a180 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

gdiplus: Use LANG_NEUTRAL instead of 0.

parent f44034a7
......@@ -35,7 +35,7 @@ static void test_constructor(void)
StringDigitSubstitute digitsub;
LANGID digitlang;
stat = GdipCreateStringFormat(0, 0, &format);
stat = GdipCreateStringFormat(0, LANG_NEUTRAL, &format);
expect(Ok, stat);
GdipGetStringFormatAlign(format, &align);
......
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