- don't return false on success

svn path=/trunk/; revision=43109
This commit is contained in:
Kamil Hornicek 2009-09-22 10:29:27 +00:00
parent aaff3e2d56
commit 4dc423f636

View file

@ -176,6 +176,8 @@ NtGdiGetRasterizerCaps(
SetLastNtError(Status);
return FALSE;
}
return TRUE;
}
}
return FALSE;