From f66d76c7bdf88db730fe6bd6ed594cded8bd2bb2 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 29 Nov 2017 14:43:24 +0300 Subject: compilation fix --- libs/Pcre16/src/pcre.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs') diff --git a/libs/Pcre16/src/pcre.h b/libs/Pcre16/src/pcre.h index 442c6bdb5f..b77803a2d0 100644 --- a/libs/Pcre16/src/pcre.h +++ b/libs/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