Commit e5ffb180 authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

msvcp140: Fix locale class structure.

parent dff4ae99
......@@ -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;
......
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