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">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="2">
|
||||
<not-null/>
|
||||
</arg>
|
||||
<arg nr="2"/>
|
||||
</function>
|
||||
<!-- DWORD WINAPI QueryDosDevice(
|
||||
_In_opt_ LPCTSTR lpDeviceName,
|
||||
|
|
Loading…
Reference in New Issue