windows.cfg: Fixed FN for some strncpy functions.
This commit is contained in:
parent
d292434e76
commit
c799206c73
|
@ -3509,7 +3509,6 @@ HFONT CreateFont(
|
|||
<leak-ignore/>
|
||||
<arg nr="1">
|
||||
<not-null/>
|
||||
<minsize type="sizeof" arg="2"/>
|
||||
<minsize type="argvalue" arg="3"/>
|
||||
</arg>
|
||||
<arg nr="2">
|
||||
|
@ -3530,7 +3529,6 @@ HFONT CreateFont(
|
|||
<leak-ignore/>
|
||||
<arg nr="1">
|
||||
<not-null/>
|
||||
<minsize type="sizeof" arg="2"/>
|
||||
<minsize type="argvalue" arg="3"/>
|
||||
</arg>
|
||||
<arg nr="2">
|
||||
|
|
Loading…
Reference in New Issue