mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-02-22 12:47:13 +01:00
Update sqconfig.h
This commit is contained in:
parent
866f916871
commit
a6326c954d
7
vendor/Squirrel/include/sqconfig.h
vendored
7
vendor/Squirrel/include/sqconfig.h
vendored
@ -53,13 +53,16 @@ typedef SQUnsignedInteger SQBool;
|
|||||||
typedef SQInteger SQRESULT;
|
typedef SQInteger SQRESULT;
|
||||||
|
|
||||||
#ifdef SQUNICODE
|
#ifdef SQUNICODE
|
||||||
|
#ifdef __cplusplus
|
||||||
|
#include <cwchar>
|
||||||
|
#include <cwctype>
|
||||||
|
#else
|
||||||
#include <wchar.h>
|
#include <wchar.h>
|
||||||
#include <wctype.h>
|
#include <wctype.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef wchar_t SQChar;
|
typedef wchar_t SQChar;
|
||||||
|
|
||||||
|
|
||||||
#define scstrcmp wcscmp
|
#define scstrcmp wcscmp
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user