/[winpt]/trunk/Include/wptNLS.h
ViewVC logotype

Contents of /trunk/Include/wptNLS.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 23 - (show annotations)
Fri Sep 30 10:10:16 2005 UTC (19 years, 5 months ago) by twoaday
File MIME type: text/plain
File size: 1129 byte(s)
Almost finished phase 1 of the WinPT GPGME port.
Still need more cleanup, comments and tests.


1 /* wptNLS.h - NLS headerfile
2 * Copyright (C) 2001, 2002 Timo Schulz
3 *
4 * This file is part of WinPT.
5 *
6 * WinPT is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 *
11 * WinPT is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with WinPT; if not, write to the Free Software Foundation,
18 * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
19 */
20
21 #ifndef WPT_NLS_H
22 #define WPT_NLS_H
23
24 #ifdef __cplusplus
25 extern "C" {
26 #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);
32 const char *gettext (const char * msgid);
33
34 #ifdef __cplusplus
35 }
36 #endif
37
38 #endif /* WPT_NLS_H */
39

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26