From: jacob Date: Wed, 10 Jan 2007 00:46:45 +0000 (+0000) Subject: According to Frank Dijcks, this cast makes OpenWatcom happier. X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/44e975e0ca158977991317b312238ab136820f4a According to Frank Dijcks, this cast makes OpenWatcom happier. git-svn-id: svn://svn.tartarus.org/sgt/putty@7089 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/windows/window.c b/windows/window.c index a2ef1bf0..c86b14b5 100644 --- a/windows/window.c +++ b/windows/window.c @@ -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,