fixed cpluscplus guard
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16802 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
1d125708f8
commit
641526173e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user