gdi32: Clear the accel flags.
This commit is contained in:
parent
78687532e4
commit
aec376dcef
|
@ -6230,6 +6230,7 @@ DWORD WineEngGetFontUnicodeRanges(GdiFont *font, LPGLYPHSET glyphset)
|
|||
{
|
||||
glyphset->cbThis = size;
|
||||
glyphset->cRanges = num_ranges;
|
||||
glyphset->flAccel = 0;
|
||||
}
|
||||
return size;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue