--- gvpe/lib/gettext.h 2005/03/03 16:54:34 1.2 +++ gvpe/lib/gettext.h 2005/03/18 02:32:20 1.3 @@ -21,12 +21,17 @@ #ifndef _LIBGETTEXT_H #define _LIBGETTEXT_H 1 +#if __cplusplus +# include CLOCALE +#else +# include +#endif + /* NLS can be disabled through the configure --disable-nls option. */ #if ENABLE_NLS /* Get declarations of GNU message catalog functions. */ # include -# include /* Shorthand notation */ @@ -63,7 +68,7 @@ # define bind_textdomain_codeset(Domainname, Codeset) ((const char *) (Codeset)) # define _(Text) Text -# define setlocale(Category, Locale) ((const char *) (Locale)) +//# define setlocale(Category, Locale) ((const char *) (Locale)) #endif