--- src/include/wchar.h 2005/09/22 23:50:10 1.10 +++ src/include/wchar.h 2008/03/10 13:30:35 1.10.10.1 @@ -76,7 +76,6 @@ #define NULL 0 #endif -#ifndef __cplusplus #ifndef _WCHAR_T_DECLARED #define _WCHAR_T_DECLARED typedef __wchar_t wchar_t; @@ -89,7 +88,6 @@ typedef __wchar_t wchar_t; #ifndef WCHAR_MAX #define WCHAR_MAX INT_MAX #endif -#endif /* !__cplusplus */ #ifndef _WINT_T_DECLARED #define _WINT_T_DECLARED