summaryrefslogtreecommitdiff
path: root/plugins/Pcre16/src/pcre.h
diff options
context:
space:
mode:
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