windows.cfg: SetEnvironmentVariable() the second parameter is allowed to be NULL.
This commit is contained in:
parent
ea53bd22b7
commit
00fd38967f
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue