mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-05-11 06:32:10 -05:00
According to Frank Dijcks, this cast makes OpenWatcom happier.
[originally from svn r7089]
This commit is contained in:
parent
726def0881
commit
f9afa5e784
@ -1233,7 +1233,7 @@ static void exact_textout(HDC hdc, int x, int y, CONST RECT *lprc,
|
||||
|
||||
gcpr.lStructSize = sizeof(gcpr);
|
||||
gcpr.lpGlyphs = (void *)buffer;
|
||||
gcpr.lpClass = classbuffer;
|
||||
gcpr.lpClass = (void *)classbuffer;
|
||||
gcpr.nGlyphs = cbCount;
|
||||
|
||||
GetCharacterPlacementW(hdc, lpString, cbCount, 0, &gcpr,
|
||||
|
Loading…
x
Reference in New Issue
Block a user