diff --git a/src/filesystem.cpp b/src/filesystem.cpp index 2ff23919338..74cab81b5f9 100644 --- a/src/filesystem.cpp +++ b/src/filesystem.cpp @@ -271,7 +271,7 @@ std::string get_intl_dir() { #ifdef _WIN32 return get_cwd() + "/translations"; -#endif +#else #ifdef USE_INTERNAL_DATA return get_cwd() + "/" LOCALEDIR; @@ -284,6 +284,7 @@ std::string get_intl_dir() #endif return res; +#endif } std::string get_screenshot_dir()