windows.cfg: Added support for more interfaces
This commit is contained in:
parent
046f8eb6c6
commit
90d7ad2c10
|
@ -5368,6 +5368,13 @@ HFONT CreateFont(
|
|||
<strz/>
|
||||
</arg>
|
||||
</function>
|
||||
<!--void GetSystemInfo(LPSYSTEM_INFO lpSystemInfo); -->
|
||||
<!--void GetNativeSystemInfo(LPSYSTEM_INFO lpSystemInfo);-->
|
||||
<function name="GetSystemInfo,GetNativeSystemInfo">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
<leak-ignore/>
|
||||
</function>
|
||||
<!--char* FAR inet_ntoa(
|
||||
__in struct in_addr in);-->
|
||||
<function name="inet_ntoa">
|
||||
|
|
Loading…
Reference in New Issue