diff options
Diffstat (limited to 'libs/Pcre16/src/pcre.h')
-rw-r--r-- | libs/Pcre16/src/pcre.h | 2 |
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 |