Improve configuration for bind()

This commit is contained in:
amai2012 2019-01-25 10:47:36 +01:00
parent 686579ee1c
commit 2515b015ea
2 changed files with 5 additions and 0 deletions

View File

@ -86,6 +86,7 @@
<returnValue type="int"/>
<leak-ignore/>
<arg nr="1">
<not-bool/>
<not-uninit/>
</arg>
<arg nr="2">
@ -94,6 +95,8 @@
</arg>
<arg nr="3">
<not-uninit/>
<not-bool/>
<valid>0:</valid>
</arg>
</function>
<!-- int connect(int socket, const struct sockaddr *address, socklen_t address_len); -->

View File

@ -4764,6 +4764,7 @@ HFONT CreateFont(
<returnValue type="int"/>
<leak-ignore/>
<arg nr="1">
<not-bool/>
<not-uninit/>
</arg>
<arg nr="2">
@ -4771,6 +4772,7 @@ HFONT CreateFont(
<minsize type="argvalue" arg="3"/>
</arg>
<arg nr="3">
<not-bool/>
<not-uninit/>
<valid>0:</valid>
</arg>