cfg: Added support for the Windows SetConsoleTextAttribute function.
This commit is contained in:
parent
2d1ab79d98
commit
41576ee8ec
|
@ -2034,4 +2034,17 @@ HFONT CreateFont(
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- BOOL WINAPI SetConsoleTextAttribute(
|
||||
_In_ HANDLE hConsoleOutput,
|
||||
_In_ WORD wAttributes); -->
|
||||
<function name="SetConsoleTextAttribute">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="2">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
</def>
|
||||
|
|
Loading…
Reference in New Issue