diff options
Diffstat (limited to 'include/wchar.h')
-rw-r--r-- | include/wchar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/wchar.h b/include/wchar.h index 908201216..3787bbb43 100644 --- a/include/wchar.h +++ b/include/wchar.h @@ -80,8 +80,8 @@ __END_NAMESPACE_STD #if 1 typedef struct { - wchar_t mask; - wchar_t wc; + wchar_t __mask; + wchar_t __wc; } __mbstate_t; #else typedef struct |