windows.cfg: Added support for more interfaces.
This commit is contained in:
parent
f6d3bb8cc8
commit
3d3f62aefd
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue