windows.cfg: Added support for _swap().

This commit is contained in:
orbitcowboy 2016-12-16 16:58:42 +01:00
parent a694ebc602
commit 227049a6b1
1 changed files with 19 additions and 0 deletions

View File

@ -3086,4 +3086,23 @@ HFONT CreateFont(
<not-uninit/>
</arg>
</function>
<!-- void _swab(char *src, char *dest, int n);-->
<function name="_swab">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1">
<not-null/>
<minsize type="argvalue" arg="3"/>
</arg>
<arg nr="2">
<not-null/>
<not-uninit/>
<minsize type="argvalue" arg="3"/>
</arg>
<arg nr="3">
<not-uninit/>
<not-bool/>
<valid>0:</valid>
</arg>
</function>
</def>