windows.cfg: SetEnvironmentVariable() the second parameter is allowed to be NULL.

This commit is contained in:
orbitcowboy 2016-12-22 13:46:12 +01:00
parent ea53bd22b7
commit 00fd38967f

View File

@ -2895,9 +2895,7 @@ HFONT CreateFont(
<arg nr="1">
<not-uninit/>
</arg>
<arg nr="2">
<not-null/>
</arg>
<arg nr="2"/>
</function>
<!-- DWORD WINAPI QueryDosDevice(
_In_opt_ LPCTSTR lpDeviceName,