Changeset - r9023:f7b42cb16c57
[Not reviewed]
master
0 1 0
rubidium - 16 years ago 2008-04-21 23:04:05
rubidium@openttd.org
(svn r12836) -Fix: SunOS non-dedicated server compilation.
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/unix.cpp
Show inline comments
 
@@ -203,12 +203,14 @@ void CSleep(int milliseconds)
 

	
 
#include <iconv.h>
 
#include <errno.h>
 
#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
 
 * variables. MacOSX is hardcoded, other OS's are dynamic. If no suitable
 
 * locale can be found, don't do any conversion "" */
 
static const char *GetLocalCode()
0 comments (0 inline, 0 general)