Subversion Repositories tendra.SVN

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 7u83 1
#ifndef _HACKED_WCHAR_H
2
#define _HACKED_WCHAR_H
3
 
4
#ifndef __NO_WCHAR_H
5
#include_next <wchar.h>
6
#else
7
typedef int wctype_t ;
8
#endif
9
 
10
#ifndef getwchar
11
#include <widec.h>
12
#endif
13
 
14
#endif