2
0
mirror of https://github.com/bebbo/amigaos-cross-toolchain.git synced 2025-12-08 22:38:24 +00:00
Files
amigaos-cross-toolchain6/patches/ixemul-48.2/include/stdlib.h.diff
2017-06-18 22:19:57 +02:00

25 lines
488 B
Diff

*** ixemul-48.2.orig/include/stdlib.h 2017-06-18 14:58:17.137433700 +0200
--- ixemul-48.2/include/stdlib.h 2017-06-18 14:58:12.127328700 +0200
***************
*** 48,55 ****
#undef _BSD_SIZE_T_
#endif
! #ifdef _BSD_WCHAR_T_
! typedef _BSD_WCHAR_T_ wchar_t;
#undef _BSD_WCHAR_T_
#endif
--- 48,58 ----
#undef _BSD_SIZE_T_
#endif
! #ifndef __cplusplus
! #ifndef _WCHAR_T_
! #define _WCHAR_T_
! typedef __WCHAR_TYPE__ wchar_t;
! #endif
#undef _BSD_WCHAR_T_
#endif