summaryrefslogtreecommitdiff
path: root/src/strings.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-04-19 13:04:29 +0000
committerrubidium <rubidium@openttd.org>2008-04-19 13:04:29 +0000
commit118a680fd34aae6ab48d553d76237fe93e350759 (patch)
treeaf39a85005fc69a1b63fd8e93ef7a6eb1ebdab1e /src/strings.cpp
parent222988603fd6f84f62a4ae9b626e4514d7a87f24 (diff)
downloadopenttd-118a680fd34aae6ab48d553d76237fe93e350759.tar.xz
(svn r12786) -Change: remove more function from functions.h.
Diffstat (limited to 'src/strings.cpp')
-rw-r--r--src/strings.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/strings.cpp b/src/strings.cpp
index c9f83fc1a..4f84a8776 100644
--- a/src/strings.cpp
+++ b/src/strings.cpp
@@ -1318,6 +1318,8 @@ const char *GetCurrentLocale(const char *param)
return getenv("LANG");
}
+#else
+const char *GetCurrentLocale(const char *param);
#endif /* !(defined(WIN32) || defined(__APPLE__)) */
int CDECL StringIDSorter(const void *a, const void *b)