summaryrefslogtreecommitdiff
path: root/plugins/Pcre16/src/pcre.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-05-23 22:22:34 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-05-23 22:22:34 +0000
commit9862c7f89fbd0feeab7dd3ce91a3b349bfb15fd4 (patch)
tree77679bdc519ba0c3858f26adf56617d2bf3a5674 /plugins/Pcre16/src/pcre.h
parentf1e25681b6a53614b7903f86b295bdeb4e9e9a7e (diff)
PCRE: update to the version 8.37
git-svn-id: http://svn.miranda-ng.org/main/trunk@13809 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Pcre16/src/pcre.h')
-rw-r--r--plugins/Pcre16/src/pcre.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/Pcre16/src/pcre.h b/plugins/Pcre16/src/pcre.h
index 0c4d524576..bdd14307ee 100644
--- a/plugins/Pcre16/src/pcre.h
+++ b/plugins/Pcre16/src/pcre.h
@@ -42,9 +42,9 @@ POSSIBILITY OF SUCH DAMAGE.
/* The current PCRE version information. */
#define PCRE_MAJOR 8
-#define PCRE_MINOR 35
-#define PCRE_PRERELEASE
-#define PCRE_DATE 2014-04-04
+#define PCRE_MINOR 36
+#define PCRE_PRERELEASE -RC1
+#define PCRE_DATE 2014-04-21
/* 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