summaryrefslogtreecommitdiff
path: root/libs/Pcre16/src/pcre.h
diff options
context:
space:
mode:
authorKirill Volinsky <Mataes2007@gmail.com>2017-11-29 12:27:04 +0300
committerKirill Volinsky <Mataes2007@gmail.com>2017-11-29 12:27:04 +0300
commit4b47e5a4bb656ebb5bd493d1ad6f79eaf4f298e1 (patch)
treee3cd7797bb7bff6375e3c93e614eb41620371c70 /libs/Pcre16/src/pcre.h
parent89f3cf8bbb9dc1fa0fe72f6af6638ac086c7e011 (diff)
Pcre16: lib updated to 8.41
Diffstat (limited to 'libs/Pcre16/src/pcre.h')
-rw-r--r--libs/Pcre16/src/pcre.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/Pcre16/src/pcre.h b/libs/Pcre16/src/pcre.h
index 962f6f22db..442c6bdb5f 100644
--- a/libs/Pcre16/src/pcre.h
+++ b/libs/Pcre16/src/pcre.h
@@ -42,9 +42,9 @@ POSSIBILITY OF SUCH DAMAGE.
/* The current PCRE version information. */
#define PCRE_MAJOR 8
-#define PCRE_MINOR 37
+#define PCRE_MINOR 41
#define PCRE_PRERELEASE
-#define PCRE_DATE 2015-04-28
+#define PCRE_DATE 2017-07-05
/* When an application links to a PCRE DLL in Windows, the symbols that are
imported have to be identified as such. When building PCRE, the appropriate
@@ -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 wchar_t
+#define PCRE_UCHAR16 unsigned short
#endif
#ifndef PCRE_SPTR16