windows.cfg: Added support for 'obsolte' function 'is_wctype()' (ref.: https://docs.microsoft.com/en-us/cpp/c-runtime-library/obsolete-functions?view=msvc-160)
This commit is contained in:
parent
8950b7cff9
commit
835ca01aba
|
@ -1389,7 +1389,8 @@
|
||||||
<warn severity="style" reason="Obsolete" alternatives="RtlFillMemory"/>
|
<warn severity="style" reason="Obsolete" alternatives="RtlFillMemory"/>
|
||||||
</function>
|
</function>
|
||||||
<!-- int _iswctype( wint_t wc, wctype_t desc ); -->
|
<!-- int _iswctype( wint_t wc, wctype_t desc ); -->
|
||||||
<function name="_iswctype">
|
<!-- int is_wctype( wint_t wc, wctype_t desc ); -->
|
||||||
|
<function name="_iswctype,is_wctype">
|
||||||
<use-retval/>
|
<use-retval/>
|
||||||
<pure/>
|
<pure/>
|
||||||
<returnValue type="int"/>
|
<returnValue type="int"/>
|
||||||
|
|
Loading…
Reference in New Issue