From 90bd57fe40e66fc829ecb01482d32d604b0df19c Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Wed, 25 Nov 2015 01:41:37 +0100 Subject: Windows: Full UNICODE rewrite and implement support for UNICODE passwords. --- src/Common/Tcdefs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Common/Tcdefs.h') diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h index bef6beef..5725c135 100644 --- a/src/Common/Tcdefs.h +++ b/src/Common/Tcdefs.h @@ -175,6 +175,7 @@ typedef int BOOL; #include /* Process control */ #include #include /* For sprintf */ +#include #endif /* _WIN32 */ @@ -254,7 +255,7 @@ void EraseMemory (void *memory, int size); #define TC_MAX_PATH 260 /* Includes the null terminator */ #endif -#define TC_STR_RELEASED_BY "Released by IDRIX on " TC_STR_RELEASE_DATE +#define TC_STR_RELEASED_BY L"Released by IDRIX on " TC_STR_RELEASE_DATE #define MAX_URL_LENGTH 2084 /* Internet Explorer limit. Includes the terminating null character. */ -- cgit v1.2.3