Piotr Caban : msvcp100: Fixed ios_base structure.

Alexandre Julliard julliard at winehq.org
Thu Oct 25 13:50:45 CDT 2012


Module: wine
Branch: master
Commit: 58de52a9564099b2516be77122fed8e6ed7fc69a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=58de52a9564099b2516be77122fed8e6ed7fc69a

Author: Piotr Caban <piotr at 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;




More information about the wine-cvs mailing list