msvcp100: Fixed ios_base structure.
This commit is contained in:
parent
2c6cbf75d4
commit
58de52a956
|
@ -289,7 +289,7 @@ typedef struct _fnarray {
|
|||
/* class ios_base */
|
||||
typedef struct _ios_base {
|
||||
const vtable_ptr *vtable;
|
||||
MSVCP_size_t stdstr;
|
||||
MSVCP_size_t DECLSPEC_ALIGN(8) stdstr;
|
||||
IOSB_iostate state;
|
||||
IOSB_iostate except;
|
||||
IOSB_fmtflags fmtfl;
|
||||
|
|
Loading…
Reference in New Issue