search for: __int_wchar_t_h

Displaying 2 results from an estimated 2 matches for "__int_wchar_t_h".

2017 Dec 01
2
[Release-testers] 5.0.1-rc2 has been tagged
...-#define _SIZE_T_DECLARED -#endif -#endif -#endif -#endif - - - #endif #undef __need_size_t #endif /*defined(__need_size_t) */ @@ -110,22 +87,7 @@ typedef __SIZE_TYPE__ rsize_t; #define _WCHAR_T_DEFINED #endif #endif - -/* zig added to prevent duplicate definition with mingw */ -#if !defined(__INT_WCHAR_T_H) -#if !defined(_GCC_WCHAR_T) -#if !defined(_WCHAR_T_DECLARED) -#if !defined(_WCHAR_T_DEFINED) -#define __INT_WCHAR_T_H -#define _GCC_WCHAR_T -#define _WCHAR_T_DECLARED -#define _WCHAR_T_DEFINED typedef __WCHAR_TYPE__ wchar_t; -#endif -#endif -#endif -#endif - #endif #endif #undef __need_wchar_t...
2017 Nov 30
9
5.0.1-rc2 has been tagged
Hi, I've tagged the 5.0.1-rc2 release, go ahead and start testing and report your results. -Tom