windows.cfg: Added support for GetSysColor().
This commit is contained in:
parent
9133707d4a
commit
2df7ce21bf
|
@ -4839,6 +4839,16 @@ HFONT CreateFont(
|
|||
<returnValue type="DWORD"/>
|
||||
<use-retval/>
|
||||
</function>
|
||||
<!--DWORD GetSysColor(int nIndex);-->
|
||||
<function name="GetSysColor">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="DWORD"/>
|
||||
<leak-ignore/>
|
||||
<use-retval/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!--void WINAPI SetLastError(_In_ DWORD dwErrCode);-->
|
||||
<function name="SetLastError">
|
||||
<noreturn>false</noreturn>
|
||||
|
|
Loading…
Reference in New Issue