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

Diff of /trunk/Include/wptNLS.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.36  
changed lines
  Added in v.37

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26