msvcp100: Fixed ios_base structure.

This commit is contained in:
Piotr Caban 2012-10-25 15:54:15 +02:00 committed by Alexandre Julliard
parent 2c6cbf75d4
commit 58de52a956
1 changed files with 1 additions and 1 deletions

View File

@ -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;