From 7a00d2e8493913b3520e431b4e31b6688b3f79f5 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 6 Sep 2014 17:20:45 +0000 Subject: (svn r26769) -Codechange [Squirrel]: remove the difference between some platforms having wchar for SQChar and others just char; always use char (and UTF-8) like in the rest of (internal) OpenTTD --- src/3rdparty/squirrel/include/squirrel.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/3rdparty/squirrel/include') diff --git a/src/3rdparty/squirrel/include/squirrel.h b/src/3rdparty/squirrel/include/squirrel.h index 6da1f744d..650edbe59 100644 --- a/src/3rdparty/squirrel/include/squirrel.h +++ b/src/3rdparty/squirrel/include/squirrel.h @@ -89,9 +89,9 @@ struct SQClass; struct SQInstance; struct SQDelegable; -#ifdef _UNICODE -#define SQUNICODE -#endif +//#ifdef _UNICODE +//#define SQUNICODE +//#endif #ifdef SQUNICODE #if (defined(_MSC_VER) && _MSC_VER >= 1400) // 1400 = VS8 -- cgit v1.2.3-70-g09d2