windows.cfg: Added support for more interfaces

This commit is contained in:
orbitcowboy 2021-06-03 07:12:35 +02:00
parent 36fd8b418e
commit 8cf15bf541
1 changed files with 11 additions and 0 deletions

View File

@ -4579,6 +4579,17 @@ HFONT CreateFont(
<not-bool/>
</arg>
</function>
<!--BOOL WINAPI FlushConsoleInputBuffer(_In_ HANDLE hConsoleInput);-->
<function name="FlushConsoleInputBuffer">
<noreturn>true</noreturn>
<returnValue type="BOOL"/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
<not-null/>
<not-bool/>
</arg>
</function>
<!--VOID WINAPI FreeLibraryAndExitThread(
_In_ HMODULE hModule,
_In_ DWORD dwExitCode);-->