diff options
| author | Mike Barcroft <mike@FreeBSD.org> | 2002-08-21 16:20:02 +0000 |
|---|---|---|
| committer | Mike Barcroft <mike@FreeBSD.org> | 2002-08-21 16:20:02 +0000 |
| commit | abbd8902334e8c6409384593b4a2c81f939b47b4 (patch) | |
| tree | 7e9e16e835d265de592c113ee6c5d85f9be039cb /include/inttypes.h | |
| parent | 9884a53c1a3e4753e347c793df6af4bd0298eab2 (diff) | |
Notes
Diffstat (limited to 'include/inttypes.h')
| -rw-r--r-- | include/inttypes.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/inttypes.h b/include/inttypes.h index d2b86ddbd44a..3fe6fcca257c 100644 --- a/include/inttypes.h +++ b/include/inttypes.h @@ -33,9 +33,9 @@ #include <sys/stdint.h> #ifndef __cplusplus -#ifdef _BSD_WCHAR_T_ -typedef _BSD_WCHAR_T_ wchar_t; -#undef _BSD_WCHAR_T_ +#ifndef _WCHAR_T_DECLARED +typedef __wchar_t wchar_t; +#define _WCHAR_T_DECLARED #endif #endif |
