1
0
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:
Jacob Nevins 2007-01-10 00:46:45 +00:00
parent 726def0881
commit f9afa5e784

View File

@ -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,