(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

This commit is contained in:
rubidium
2014-09-06 17:20:45 +00:00
parent 2f697aa06d
commit e874be7691
3 changed files with 7 additions and 7 deletions

View File

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