From 641526173ea379bb814cb61cdf4e6e1fb07a5785 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Tue, 14 Mar 2006 23:17:32 +0000 Subject: [PATCH] fixed cpluscplus guard git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16802 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/posix/wctype.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/headers/posix/wctype.h b/headers/posix/wctype.h index c433a0b435..f6710850be 100644 --- a/headers/posix/wctype.h +++ b/headers/posix/wctype.h @@ -10,6 +10,7 @@ typedef const int *wctrans_t; +typedef unsigned long wctype_t; #ifdef __cplusplus extern "C" { @@ -36,7 +37,7 @@ extern wint_t towupper(wint_t wc); extern wctrans_t wctrans(const char *charClass); extern wctype_t wctype(const char *property); -#ifndef __cplusplus +#ifdef __cplusplus } #endif