- Add ExtCreatePen note: This is an enhancement and prevents a call to kernel space.

svn path=/trunk/; revision=37666
This commit is contained in:
James Tabor 2008-11-26 17:47:21 +00:00
parent 62e6343ace
commit 7648ed6672

View file

@ -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)
{