mirror of https://github.com/OpenTTD/OpenTTD
(svn r12836) -Fix: SunOS non-dedicated server compilation.
parent
5dcd689f56
commit
845b827fbc
|
@ -206,6 +206,8 @@ void CSleep(int milliseconds)
|
|||
#include "debug.h"
|
||||
#include "string_func.h"
|
||||
|
||||
const char *GetCurrentLocale(const char *param);
|
||||
|
||||
#define INTERNALCODE "UTF-8"
|
||||
|
||||
/** Try and try to decipher the current locale from environmental
|
||||
|
|
Loading…
Reference in New Issue