(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:
6
src/3rdparty/squirrel/include/squirrel.h
vendored
6
src/3rdparty/squirrel/include/squirrel.h
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user