Remove the typedef of wctype_t from this header; we don't support the
XSI mistake of making everything from <wctype.h> visible here. If we did choose to support it, we could just #include <wctype.h>.
This commit is contained in:
parent
04d8170094
commit
6478b242d6
@ -93,11 +93,6 @@ typedef __wchar_t wchar_t;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef _WCTYPE_T
|
||||
typedef unsigned long wctype_t;
|
||||
#define _WCTYPE_T
|
||||
#endif
|
||||
|
||||
#ifndef _WINT_T_DECLARED
|
||||
typedef __wint_t wint_t;
|
||||
#define _WINT_T_DECLARED
|
||||
|
Loading…
Reference in New Issue
Block a user