mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
- Add ExtCreatePen note: This is an enhancement and prevents a call to kernel space.
svn path=/trunk/; revision=37666
This commit is contained in:
parent
62e6343ace
commit
7648ed6672
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ ExtCreatePen(DWORD dwPenStyle,
|
|||
SetLastError(ERROR_INVALID_PARAMETER);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
} // This is an enhancement and prevents a call to kernel space.
|
||||
else if ((dwPenStyle & PS_STYLE_MASK) == PS_INSIDEFRAME &&
|
||||
(dwPenStyle & PS_TYPE_MASK) != PS_GEOMETRIC)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue