fixed cpluscplus guard
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16802 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
|
|
||||||
typedef const int *wctrans_t;
|
typedef const int *wctrans_t;
|
||||||
|
typedef unsigned long wctype_t;
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
@@ -36,7 +37,7 @@ extern wint_t towupper(wint_t wc);
|
|||||||
extern wctrans_t wctrans(const char *charClass);
|
extern wctrans_t wctrans(const char *charClass);
|
||||||
extern wctype_t wctype(const char *property);
|
extern wctype_t wctype(const char *property);
|
||||||
|
|
||||||
#ifndef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user