mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 01:21:47 +00:00
gdiplus: Use LANG_NEUTRAL instead of 0.
This commit is contained in:
parent
f44034a7d4
commit
e3a0a1809f
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue