windows.cfg: Added several functions
This commit is contained in:
parent
1d0b647072
commit
7de055361c
|
@ -1096,6 +1096,7 @@
|
|||
<memory>
|
||||
<alloc>GlobalAlloc</alloc>
|
||||
<dealloc>GlobalFree</dealloc>
|
||||
<dealloc arg="2">SetClipboardData</dealloc>
|
||||
</memory>
|
||||
<memory>
|
||||
<alloc init="true">MapViewOfFile</alloc>
|
||||
|
@ -2693,6 +2694,35 @@ HFONT CreateFont(
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<function name="GlobalLock,GlobalUnlock">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
<not-null/>
|
||||
</arg>
|
||||
</function>
|
||||
<function name="OpenClipboard">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<function name="EmptyClipboard,CloseClipboard">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
</function>
|
||||
<function name="SetClipboardData">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="2">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- int _rmdir(const char *dirname);
|
||||
int _wrmdir(const wchar_t *dirname);-->
|
||||
<function name="_rmdir,_wrmdir">
|
||||
|
|
Loading…
Reference in New Issue