fixed redefinitivon of gettext.h is included more than once
parent
37bf9a666a
commit
a817419fe4
|
@ -1,3 +1,4 @@
|
||||||
|
#ifndef GETTEXT_HEADER
|
||||||
#include "config.h" // for USE_GETTEXT
|
#include "config.h" // for USE_GETTEXT
|
||||||
|
|
||||||
#if USE_GETTEXT
|
#if USE_GETTEXT
|
||||||
|
@ -35,3 +36,5 @@ inline void changeCtype(const char *l)
|
||||||
else
|
else
|
||||||
std::cout<<"locale has been set to:"<<ret<<std::endl;
|
std::cout<<"locale has been set to:"<<ret<<std::endl;
|
||||||
}
|
}
|
||||||
|
#define GETTEXT_HEADER
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue