mirror of
https://github.com/bebbo/amigaos-cross-toolchain.git
synced 2025-12-08 22:38:24 +00:00
23 lines
459 B
Diff
23 lines
459 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,56 ----
|
|
#undef _BSD_SIZE_T_
|
|
#endif
|
|
|
|
! #ifndef __cplusplus
|
|
! #define _WCHAR_T_
|
|
! typedef __WCHAR_TYPE__ wchar_t;
|
|
#undef _BSD_WCHAR_T_
|
|
#endif
|
|
|