gdi32: Clear the accel flags.

This commit is contained in:
Huw Davies 2010-12-07 11:37:14 +00:00 committed by Alexandre Julliard
parent 78687532e4
commit aec376dcef

View file

@ -6230,6 +6230,7 @@ DWORD WineEngGetFontUnicodeRanges(GdiFont *font, LPGLYPHSET glyphset)
{
glyphset->cbThis = size;
glyphset->cRanges = num_ranges;
glyphset->flAccel = 0;
}
return size;
}