windows.cfg: Added missing argument
This commit is contained in:
parent
90d7ad2c10
commit
19105661c5
|
@ -5374,6 +5374,11 @@ HFONT CreateFont(
|
|||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
<leak-ignore/>
|
||||
<use-retval/>
|
||||
<arg nr="1" direction="inout">
|
||||
<not-uninit/>
|
||||
<not-null/>
|
||||
</arg>
|
||||
</function>
|
||||
<!--char* FAR inet_ntoa(
|
||||
__in struct in_addr in);-->
|
||||
|
|
Loading…
Reference in New Issue