File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44#include <cdefs.h>
55
6- #ifndef _WCHAR_T_DEFINED
7- #define _WCHAR_T_DEFINED
8- #ifndef __cplusplus
9- typedef __WCHAR_TYPE__ wchar_t ;
10- #endif /* __cplusplus */
11- #endif /* _WCHAR_T_DEFINED */
12-
136#ifndef _WINT_T_DEFINED
147#define _WINT_T_DEFINED
158typedef __WINT_TYPE__ wint_t ;
Original file line number Diff line number Diff line change 3636# endif /* __cplusplus */
3737#endif /* NULL */
3838
39- #ifndef SIZE_T_DEFINED
40- #define SIZE_T_DEFINED
39+ #ifndef _SIZE_T_DEFINED
40+ #define _SIZE_T_DEFINED
4141typedef __SIZE_TYPE__ size_t ;
42- #endif /* SIZE_T_DEFINED */
42+ #endif /* _SIZE_T_DEFINED */
43+
44+ #ifndef _WCHAR_T_DEFINED
45+ #define _WCHAR_T_DEFINED
46+ #ifndef __cplusplus
47+ typedef __WCHAR_TYPE__ wchar_t ;
48+ #endif /* __cplusplus */
49+ #endif /* _WCHAR_T_DEFINED */
4350
4451#endif /* _CDEFS_H */
You can’t perform that action at this time.
0 commit comments