Fixed configuration for fopen_s and similar functions (#7520)
This commit is contained in:
parent
173132453a
commit
2d34acae71
|
@ -950,12 +950,11 @@
|
|||
<noreturn>false</noreturn>
|
||||
<arg nr="1">
|
||||
<not-null/>
|
||||
<not-uninit/>
|
||||
<strz/>
|
||||
</arg>
|
||||
<arg nr="2">
|
||||
<not-null/>
|
||||
<not-uninit/>
|
||||
<strz/>
|
||||
</arg>
|
||||
<arg nr="3">
|
||||
<not-null/>
|
||||
|
|
|
@ -2076,11 +2076,11 @@ HFONT CreateFont(
|
|||
<noreturn>false</noreturn>
|
||||
<arg nr="1">
|
||||
<not-null/>
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="2">
|
||||
<not-null/>
|
||||
<not-uninit/>
|
||||
<strz/>
|
||||
</arg>
|
||||
<arg nr="3">
|
||||
<not-null/>
|
||||
|
|
Loading…
Reference in New Issue