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
1 changed files with 1 additions and 3 deletions

View File

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