Piotr Caban : msvcp140: Fix locale class structure.

Alexandre Julliard julliard at winehq.org
Fri Sep 16 10:16:08 CDT 2016


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

Author: Piotr Caban <piotr at codeweavers.com>
Date:   Thu Sep 15 19:18:19 2016 +0200

msvcp140: Fix locale class structure.

Signed-off-by: Piotr Caban <piotr at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/msvcp90/msvcp90.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dlls/msvcp90/msvcp90.h b/dlls/msvcp90/msvcp90.h
index c775156..e46c5cf 100644
--- a/dlls/msvcp90/msvcp90.h
+++ b/dlls/msvcp90/msvcp90.h
@@ -258,6 +258,9 @@ wchar_t __thiscall ctype_wchar_widen_ch(const ctype_wchar*, char);
 /* class locale */
 typedef struct
 {
+#if _MSVCP_VER >= 140
+    int unused;
+#endif
     struct _locale__Locimp *ptr;
 } locale;
 




More information about the wine-cvs mailing list