cfg: Added support for the Windows SetConsoleTextAttribute function.

This commit is contained in:
orbitcowboy 2016-05-17 11:31:54 +02:00
parent 2d1ab79d98
commit 41576ee8ec
1 changed files with 13 additions and 0 deletions

View File

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