Parent Directory
|
Revision Log
|
Patch
revision 22 by twoaday, Mon Jan 31 11:02:21 2005 UTC | revision 23 by twoaday, Fri Sep 30 10:10:16 2005 UTC | |
---|---|---|
# | Line 21 | Line 21 |
21 | #ifndef WPT_NLS_H | #ifndef WPT_NLS_H |
22 | #define WPT_NLS_H | #define WPT_NLS_H |
23 | ||
#define _(a) gettext (a) | ||
#define N_(a) (a) | ||
24 | #ifdef __cplusplus | #ifdef __cplusplus |
25 | extern "C" { | extern "C" { |
26 | #endif | #endif |
27 | ||
28 | #define _(a) gettext (a) | |
29 | #define N_(a) (a) | |
30 | ||
31 | int set_gettext_file (const char * filename, const char * nls_dir); | int set_gettext_file (const char * filename, const char * nls_dir); |
32 | const char *gettext (const char * msgid); | const char *gettext (const char * msgid); |
33 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |