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>
|
||||
<leak-ignore/>
|
||||
<arg nr="1">
|
||||
<not-null/>
|
||||
<not-uninit/>
|
||||
<strz/>
|
||||
</arg>
|
||||
<arg nr="2">
|
||||
<not-null/>
|
||||
<not-uninit/>
|
||||
<strz/>
|
||||
</arg>
|
||||
|
|
Loading…
Reference in New Issue