mirror of
https://github.com/minetest/minetest.git
synced 2024-11-10 09:43:45 +01:00
fixed redefinitivon of gettext.h is included more than once
This commit is contained in:
parent
37bf9a666a
commit
a817419fe4
@ -1,3 +1,4 @@
|
||||
#ifndef GETTEXT_HEADER
|
||||
#include "config.h" // for USE_GETTEXT
|
||||
|
||||
#if USE_GETTEXT
|
||||
@ -35,3 +36,5 @@ inline void changeCtype(const char *l)
|
||||
else
|
||||
std::cout<<"locale has been set to:"<<ret<<std::endl;
|
||||
}
|
||||
#define GETTEXT_HEADER
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user