windows.cfg: fix GetPrivateProfileString nullPointer FP
The first three arguments can be NULL. Reference: https://msdn.microsoft.com/en-us/library/windows/desktop/ms724353.aspx
This commit is contained in:
parent
2f2172e1a7
commit
8b6c14aa48
|
@ -2546,12 +2546,10 @@ HFONT CreateFont(
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<arg nr="1">
|
<arg nr="1">
|
||||||
<not-null/>
|
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
<strz/>
|
<strz/>
|
||||||
</arg>
|
</arg>
|
||||||
<arg nr="2">
|
<arg nr="2">
|
||||||
<not-null/>
|
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
<strz/>
|
<strz/>
|
||||||
</arg>
|
</arg>
|
||||||
|
|
Loading…
Reference in New Issue