From 7a45d135e355d566cf9dc8ac46678f5b2e3a5f58 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 24 May 2015 09:27:36 +0000 Subject: - compilation fix - warning fix git-svn-id: http://svn.miranda-ng.org/main/trunk@13811 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Pcre16/src/pcre.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Pcre16') diff --git a/plugins/Pcre16/src/pcre.h b/plugins/Pcre16/src/pcre.h index 58ed46a2a3..962f6f22db 100644 --- a/plugins/Pcre16/src/pcre.h +++ b/plugins/Pcre16/src/pcre.h @@ -343,7 +343,7 @@ typedef struct real_pcre32_jit_stack pcre32_jit_stack; a 16 bit wide signed data type. Otherwise it can be a dummy data type since pcre16 functions are not implemented. There is a check for this in pcre_internal.h. */ #ifndef PCRE_UCHAR16 -#define PCRE_UCHAR16 unsigned short +#define PCRE_UCHAR16 wchar_t #endif #ifndef PCRE_SPTR16 -- cgit v1.2.3