2011-08-05 14:25:00 +02:00
|
|
|
#ifndef _WCHAR_T_DECL
|
|
|
|
#define _WCHAR_T_DECL
|
|
|
|
#if !defined(__cplusplus)
|
2012-05-27 23:46:59 +02:00
|
|
|
#if !defined(_GCC_WCHAR_T)
|
|
|
|
#define _GCC_WCHAR_T
|
2011-08-05 14:25:00 +02:00
|
|
|
typedef __wchar_t wchar_t;
|
|
|
|
#endif
|
|
|
|
#endif
|
2012-05-27 23:46:59 +02:00
|
|
|
#endif
|