(svn r26772) -Cleanup [Squirrel]: remove traces to SQUNICODE define

This commit is contained in:
rubidium
2014-09-06 17:36:29 +00:00
parent 7c4e9dd71d
commit ad315ef6d9
7 changed files with 0 additions and 92 deletions

View File

@@ -8,15 +8,9 @@
#include <assert.h>
#include <stdarg.h>
#ifdef SQUNICODE
#define scstrchr wcschr
#define scatoi _wtoi
#define scstrtok wcstok
#else
#define scstrchr strchr
#define scatoi atoi
#define scstrtok strtok
#endif
#define MAX_FORMAT_LEN 20
#define MAX_WFORMAT_LEN 3
#define ADDITIONAL_FORMAT_SPACE (100*sizeof(SQChar))