windows.cfg: Added missing argument

This commit is contained in:
orbitcowboy 2020-05-11 17:17:30 +02:00
parent 90d7ad2c10
commit 19105661c5
1 changed files with 5 additions and 0 deletions

View File

@ -5374,6 +5374,11 @@ HFONT CreateFont(
<noreturn>false</noreturn> <noreturn>false</noreturn>
<returnValue type="void"/> <returnValue type="void"/>
<leak-ignore/> <leak-ignore/>
<use-retval/>
<arg nr="1" direction="inout">
<not-uninit/>
<not-null/>
</arg>
</function> </function>
<!--char* FAR inet_ntoa( <!--char* FAR inet_ntoa(
__in struct in_addr in);--> __in struct in_addr in);-->