windows.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-09-19 08:34:03 +02:00
parent f6d3bb8cc8
commit 3d3f62aefd
1 changed files with 12 additions and 0 deletions

View File

@ -1674,6 +1674,18 @@
<not-uninit/>
</arg>
</function>
<!-- LPSTR GetCommandLineA(void) -->
<function name="GetCommandLineA">
<noreturn>false</noreturn>
<returnValue type="LPSTR"/>
<use-retval/>
</function>
<!-- LPWSTR GetCommandLineW(void) -->
<function name="GetCommandLineW">
<noreturn>false</noreturn>
<returnValue type="LPWSTR"/>
<use-retval/>
</function>
<!-- BOOL GetCommState(HANDLE hFile, LPDCB lpDCB); -->
<function name="GetCommState">
<noreturn>false</noreturn>