diff options
| author | dartraiden <wowemuh@gmail.com> | 2021-06-30 21:22:30 +0300 |
|---|---|---|
| committer | dartraiden <wowemuh@gmail.com> | 2021-06-30 21:23:00 +0300 |
| commit | f5201859deb1077872446afec36ff196527c8949 (patch) | |
| tree | ef0d46e09fe9522c5d457553039bfaa36e31c14b | |
| parent | 9f55a6a701295f0d78bc9704d309eab389b695ea (diff) | |
PCRE: pick up Miranda-specific commits
| -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 bee1fe6ffd..c4576f32c8 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 |
