Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – tendra.SVN – Blame – //branches/tendra5/src/lib/machines/solaris/80x86/include/wchar.h – Rev 2

Subversion Repositories tendra.SVN

Rev

Go to most recent revision | 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