Don't write to user space after an error. We do write if TRUE.

svn path=/trunk/; revision=28229
This commit is contained in:
James Tabor
2007-08-07 22:19:32 +00:00
parent 61583dabbe
commit d64282be7c
+1 -1
View File
@@ -1213,7 +1213,7 @@ NtGdiGetDCPoint( HDC hDC, UINT iPoint, PPOINTL Point)
break;
}
if (!Ret)
if (Ret)
{
_SEH_TRY
{