ICU-5057 Treat wchar_t as built-in type.

X-SVN-Rev: 19162
This commit is contained in:
Eric Mader 2006-02-14 21:12:45 +00:00
parent 85bbb0fcbf
commit e1161df698

View File

@ -1,7 +1,7 @@
/*
*******************************************************************************
*
* Copyright (C) 1999-2005, International Business Machines
* Copyright (C) 1999-2006, International Business Machines
* Corporation and others. All Rights Reserved.
*
*******************************************************************************
@ -91,7 +91,7 @@ void GDISurface::drawGlyphs(const LEFontInstance *font, const LEGlyphID *glyphs,
}
ExtTextOut(fHdc, x + (le_int32) xOffset, y + (le_int32) yOffset - font->getAscent(), ETO_CLIPPED | ETO_GLYPH_INDEX, &clip,
&ttGlyphs[dyStart], dyEnd - dyStart, (INT *) &dx[dyStart]);
(LPCWSTR) &ttGlyphs[dyStart], dyEnd - dyStart, (INT *) &dx[dyStart]);
dyStart = dyEnd;
}