From 0dffa6c281ec0feb152a80fb56df453f9939c10c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 15 Sep 2004 12:21:19 +0000 Subject: [PATCH] It's now allowed to use wchar_t - it doesn't hurt anymore :) git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8968 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/libroot/posix/glibc/libio/_G_config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/kernel/libroot/posix/glibc/libio/_G_config.h b/src/kernel/libroot/posix/glibc/libio/_G_config.h index 5d9d36c76a..e35e77dffb 100644 --- a/src/kernel/libroot/posix/glibc/libio/_G_config.h +++ b/src/kernel/libroot/posix/glibc/libio/_G_config.h @@ -8,7 +8,7 @@ #include #define _GLIBCPP_USE_THREADS -//#define _GLIBCPP_USE_WCHAR_T +#define _GLIBCPP_USE_WCHAR_T #define _IO_MTSAFE_IO @@ -41,13 +41,13 @@ typedef unsigned int wint_t; not glibc) */ #ifndef __c_mbstate_t_defined # define __c_mbstate_t_defined 1 -/*# ifdef _GLIBCPP_USE_WCHAR_T*/ +# ifdef _GLIBCPP_USE_WCHAR_T typedef struct { int count; wint_t value; } __c_mbstate_t; -/*# endif*/ +# endif #endif #undef __need_mbstate_t