std.cfg: Added std::streamoff and imaxdiv_t
This commit is contained in:
parent
0edb0dbf3c
commit
094b7a706f
|
@ -4660,10 +4660,12 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
|
||||||
<podtype name="div_t"/>
|
<podtype name="div_t"/>
|
||||||
<podtype name="ldiv_t"/>
|
<podtype name="ldiv_t"/>
|
||||||
<podtype name="lldiv_t"/>
|
<podtype name="lldiv_t"/>
|
||||||
|
<podtype name="imaxdiv_t"/>
|
||||||
<podtype name="mbstate_t"/>
|
<podtype name="mbstate_t"/>
|
||||||
<podtype name="wint_t"/>
|
<podtype name="wint_t"/>
|
||||||
<podtype name="jmp_buf"/>
|
<podtype name="jmp_buf"/>
|
||||||
<podtype name="std::streamsize,streamsize" sign="s"/>
|
<podtype name="std::streamsize,streamsize" sign="s"/>
|
||||||
|
<podtype name="std::streamoff,streamoff" sign="s"/>
|
||||||
<!-- Fixed width integer sizes, defined in header <stdint.h> -->
|
<!-- Fixed width integer sizes, defined in header <stdint.h> -->
|
||||||
<define name="INT8_MIN" value="-128"/>
|
<define name="INT8_MIN" value="-128"/>
|
||||||
<define name="INT16_MIN" value="-32768"/>
|
<define name="INT16_MIN" value="-32768"/>
|
||||||
|
|
Loading…
Reference in New Issue