(svn r12786) -Change: remove more function from functions.h.

This commit is contained in:
rubidium
2008-04-19 13:04:29 +00:00
parent 222988603f
commit 118a680fd3
2 changed files with 2 additions and 1 deletions

View File

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