windows.cfg: Added missing argument.

This commit is contained in:
orbitcowboy 2016-10-21 09:52:45 +02:00
parent 73facf927b
commit 340af57028
1 changed files with 3 additions and 0 deletions

View File

@ -2713,6 +2713,9 @@ HFONT CreateFont(
<arg nr="5"> <arg nr="5">
<not-uninit/> <not-uninit/>
</arg> </arg>
<arg nr="6">
<not-uninit/>
</arg>
</function> </function>
<!-- DWORD WINAPI WaitForSingleObject( <!-- DWORD WINAPI WaitForSingleObject(
_In_ HANDLE hHandle, _In_ HANDLE hHandle,