Merge pull request #1004 from MarcelRaad/patch-1

windows.cfg: fix GetPrivateProfileString nullPointer FP
This commit is contained in:
amai2012 2017-11-23 13:17:08 +01:00 committed by GitHub
commit 883da93b21
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> <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>