Commit 96c70346 authored by Adam Gundy's avatar Adam Gundy Committed by Alexandre Julliard

Initialize lpLogFont->lfQuality to the default.

parent 953ce997
......@@ -1090,6 +1090,7 @@ BOOL WINAPI SystemParametersInfoA( UINT uiAction, UINT uiParam,
lpLogFont->lfOutPrecision = OUT_DEFAULT_PRECIS;
lpLogFont->lfClipPrecision = CLIP_DEFAULT_PRECIS;
lpLogFont->lfPitchAndFamily = DEFAULT_PITCH;
lpLogFont->lfQuality = DEFAULT_QUALITY;
break;
}
......
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