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:
Marcel Raad 2017-11-23 11:05:49 +01:00 committed by GitHub
parent 2f2172e1a7
commit 8b6c14aa48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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>