* 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:
parent
8c28b85ef3
commit
8ab6671aad
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user