From f9afa5e784f4050267ff6b483ca3a306df7431aa Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Wed, 10 Jan 2007 00:46:45 +0000 Subject: [PATCH] According to Frank Dijcks, this cast makes OpenWatcom happier. [originally from svn r7089] --- windows/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,