Module: wine Branch: master Commit: 58de52a9564099b2516be77122fed8e6ed7fc69a URL: http://source.winehq.org/git/wine.git/?a=commit;h=58de52a9564099b2516be77122...
Author: Piotr Caban piotr@codeweavers.com Date: Thu Oct 25 15:54:15 2012 +0200
msvcp100: Fixed ios_base structure.
---
dlls/msvcp100/msvcp.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/msvcp100/msvcp.h b/dlls/msvcp100/msvcp.h index c2f492a..08c3471 100644 --- a/dlls/msvcp100/msvcp.h +++ b/dlls/msvcp100/msvcp.h @@ -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;