From 58de52a9564099b2516be77122fed8e6ed7fc69a Mon Sep 17 00:00:00 2001 From: Piotr Caban Date: Thu, 25 Oct 2012 15:54:15 +0200 Subject: [PATCH] msvcp100: Fixed ios_base structure. --- dlls/msvcp100/msvcp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/msvcp100/msvcp.h b/dlls/msvcp100/msvcp.h index c2f492ac51..08c34711e4 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; -- 2.32.0.93.g670b81a890