Files
amigaos-cross-toolchain6/patches/ixemul-48.2/include/stdlib.h.diff
T

16 lines
374 B
Diff

*** .build-m68k/sources/ixemul-48.2/include/stdlib.h 2017-03-26 11:05:36.300503000 +0200
--- m68k-amigaos/m68k-amigaos/sys-include/stdlib.h 2017-03-26 20:43:22.476974600 +0200
***************
*** 49,55 ****
--- 49,58 ----
#endif
#ifdef _BSD_WCHAR_T_
+ #ifndef _WCHAR_T_
+ #define _WCHAR_T_
typedef _BSD_WCHAR_T_ wchar_t;
+ #endif
#undef _BSD_WCHAR_T_
#endif