/[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 191 by twoaday, Mon Feb 13 09:38:03 2006 UTC revision 192 by twoaday, Sat Apr 1 12:36:22 2006 UTC
# Line 25  Line 25 
25  extern "C" {  extern "C" {
26  #endif  #endif
27    
28    #define _(a) gettext (a)
29    #define N_(a) (a)
30    
31    
32    struct lang_table_s {
33        const char *id;
34        const char *name;
35        int langid;
36    };
37    
38  struct gettext_tab_s {  struct gettext_tab_s {
39      int ctlid;      int ctlid;
40      const char *trans;      const char *trans;
41  };  };
42    
43  #define _(a) gettext (a)  extern struct lang_table_s lang_list[];
 #define N_(a) (a)  
44    
45  int set_gettext_file (const char * filename, const char * nls_dir);  int set_gettext_file (const char * filename, const char * nls_dir);
46  const char *gettext (const char * msgid);  const char *gettext (const char * msgid);

Legend:
Removed from v.191  
changed lines
  Added in v.192

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26