revert r46354

svn path=/branches/reactos-yarotows/; revision=46356
This commit is contained in:
Jérôme Gardou 2010-03-23 16:09:23 +00:00
parent 84253d01e7
commit f5cb03fb7c

View file

@ -90,7 +90,7 @@ void
DC_InitHack(PDC pdc)
{
HRGN hVisRgn;
if (!pdc) return;
TextIntRealizeFont(pdc->pdcattr->hlfntNew,NULL);
pdc->pdcattr->iCS_CP = ftGdiGetTextCharsetInfo(pdc,NULL,0);
@ -594,7 +594,7 @@ NtGdiCreateCompatibleDC(HDC hdc)
{
HDC hdcNew;
PPDEVOBJ ppdev;
PDC pdc = NULL, pdcNew;
PDC pdc, pdcNew;
DPRINT("NtGdiCreateCompatibleDC(0x%p)\n", hdc);