diff options
-rw-r--r-- | plugins/Pcre16/src/pcre.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Pcre16/src/pcre.h b/plugins/Pcre16/src/pcre.h index 7fcea56f4c..0c4d524576 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
|