windows.cfg: SetClipboardData takes the data so the configuration should not say <leak-ignore>/ (https://docs.microsoft.com/en-us/windows/desktop/api/winuser/nf-winuser-setclipboarddata)
This commit is contained in:
parent
6d3d44835a
commit
c2144d73b3
|
@ -3207,7 +3207,6 @@ HFONT CreateFont(
|
||||||
<function name="SetClipboardData">
|
<function name="SetClipboardData">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<returnValue type="HANDLE"/>
|
<returnValue type="HANDLE"/>
|
||||||
<leak-ignore/>
|
|
||||||
<arg nr="1" direction="in">
|
<arg nr="1" direction="in">
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
|
|
Loading…
Reference in New Issue