summaryrefslogtreecommitdiff
path: root/libs/Pcre16
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-11-29 14:43:24 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-11-29 14:43:24 +0300
commitf66d76c7bdf88db730fe6bd6ed594cded8bd2bb2 (patch)
treea05413ba11bff2456bef2e2e12f14f5d384344f1 /libs/Pcre16
parent4b47e5a4bb656ebb5bd493d1ad6f79eaf4f298e1 (diff)
compilation fix
Diffstat (limited to 'libs/Pcre16')
-rw-r--r--libs/Pcre16/src/pcre.h2
1 files changed, 1 insertions, 1 deletions
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