mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Clean up gettext initialization
This commit is contained in:
parent
7b8d372947
commit
e067ceacb8
2 changed files with 49 additions and 65 deletions
|
@ -34,7 +34,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
|
||||
#ifdef _MSC_VER
|
||||
void init_gettext(const char *path, const std::string &configured_language,
|
||||
int argc, char** argv);
|
||||
int argc, const char *argv[]);
|
||||
#else
|
||||
void init_gettext(const char *path, const std::string &configured_language);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue