windows.cfg: Added more returnValue-types.

This commit is contained in:
orbitcowboy 2017-10-05 11:54:04 +02:00
parent cbc95c5662
commit 91202c47e6
1 changed files with 3 additions and 0 deletions

View File

@ -3201,6 +3201,7 @@ HFONT CreateFont(
<!-- void *_memccpy(void *dest, const void *src, int c, size_t n);--> <!-- void *_memccpy(void *dest, const void *src, int c, size_t n);-->
<function name="_memccpy"> <function name="_memccpy">
<leak-ignore/> <leak-ignore/>
<returnValue type="void *"/>
<noreturn>false</noreturn> <noreturn>false</noreturn>
<arg nr="1"> <arg nr="1">
<not-null/> <not-null/>
@ -3222,6 +3223,7 @@ HFONT CreateFont(
</function> </function>
<!-- int _fcloseall( void ); --> <!-- int _fcloseall( void ); -->
<function name="_fcloseall"> <function name="_fcloseall">
<returnValue type="int"/>
<noreturn>false</noreturn> <noreturn>false</noreturn>
</function> </function>
<!-- int _open(const char *filename, int oflag [, int pmode] ); <!-- int _open(const char *filename, int oflag [, int pmode] );
@ -3323,6 +3325,7 @@ HFONT CreateFont(
<!-- void * _aligned_malloc_dbg(size_t size, size_t alignment, const char *filename, int linenumber); --> <!-- void * _aligned_malloc_dbg(size_t size, size_t alignment, const char *filename, int linenumber); -->
<function name="_malloc_dbg,_aligned_malloc_dbg"> <function name="_malloc_dbg,_aligned_malloc_dbg">
<use-retval/> <use-retval/>
<returnValue type="void *"/>
<noreturn>false</noreturn> <noreturn>false</noreturn>
<arg nr="1"> <arg nr="1">
<not-uninit/> <not-uninit/>