windows.cfg: Added support for CreatePen().

This commit is contained in:
orbitcowboy 2018-06-08 15:57:11 +02:00
parent f129d8bd6b
commit 64ce5dfece
1 changed files with 16 additions and 0 deletions

View File

@ -5400,6 +5400,22 @@ HFONT CreateFont(
<not-uninit/>
</arg>
</function>
<!--HPEN CreatePen( _In_ int fnPenStyle, _In_ int nWidth, _In_ COLORREF crColor); -->
<function name="CreatePen">
<returnValue type="HPEN"/>
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1">
<not-uninit/>
</arg>
<arg nr="2">
<not-uninit/>
<valid>0:</valid>
</arg>
<arg nr="3">
<not-uninit/>
</arg>
</function>
<!-- Intrinsic __noop https://docs.microsoft.com/en-us/cpp/intrinsics/noop -->
<function name="__noop">
<noreturn>false</noreturn>