windows.cfg: Added missing argument
This commit is contained in:
parent
90d7ad2c10
commit
19105661c5
|
@ -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);-->
|
||||||
|
|
Loading…
Reference in New Issue