windows.cfg: Added support for more interfaces

This commit is contained in:
orbitcowboy 2020-05-11 17:15:45 +02:00
parent 046f8eb6c6
commit 90d7ad2c10
1 changed files with 7 additions and 0 deletions

View File

@ -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">