Commit 58de52a9 authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

msvcp100: Fixed ios_base structure.

parent 2c6cbf75
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment