Subversion Repositories tendra.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 7u83 1
#ifndef __HACKED_LOCALE_INCLUDED
2
#define __HACKED_LOCALE_INCLUDED
3
 
4
#include_next <locale.h>
5
 
6
#ifndef LC_MESSAGES
7
#define LC_MESSAGES	0
8
#endif
9
 
10
#endif