* reverted r37669, as gcc4 enables wchar_t-related template types, but

then fails to build them because of wcsftime() missing
Needs more investigation ...


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37674 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Tappe 2010-07-22 00:02:40 +00:00
parent 8c28b85ef3
commit 8ab6671aad

View File

@ -49,7 +49,7 @@ extern wint_t fputwc(wchar_t, FILE *);
extern int fputws(const wchar_t *, FILE *);
extern int fwide(FILE *, int);
extern int fwprintf(FILE *, const wchar_t *, ...);
extern int fwscanf(FILE *, const wchar_t *, ...);
/*extern int fwscanf(FILE *, const wchar_t *, ...);*/
extern wint_t getwc(FILE *);
extern wint_t getwchar(void);