1
0
Fork 0
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:
ShadowNinja 2015-10-15 00:45:56 -04:00 committed by kwolekr
parent 7b8d372947
commit e067ceacb8
2 changed files with 49 additions and 65 deletions

View file

@ -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