Skip to content

Commit

Permalink
windows.cfg: fix GetPrivateProfileString nullPointer FP
Browse files Browse the repository at this point in the history
The first three arguments can be NULL.
Reference: https://msdn.microsoft.com/en-us/library/windows/desktop/ms724353.aspx
  • Loading branch information
MarcelRaad committed Nov 23, 2017
1 parent 2f2172e commit 8b6c14a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cfg/windows.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 8b6c14a

Please sign in to comment.