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
1 changed files with 1 additions and 0 deletions

View File

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