mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 21:56:06 +00:00
- don't return false on success
svn path=/trunk/; revision=43109
This commit is contained in:
parent
aaff3e2d56
commit
4dc423f636
1 changed files with 2 additions and 0 deletions
|
@ -176,6 +176,8 @@ NtGdiGetRasterizerCaps(
|
|||
SetLastNtError(Status);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
return FALSE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue