From bc2dc90e6e07f29beb28938f6c80cd82738b1aba Mon Sep 17 00:00:00 2001 From: ewewukek Date: Sat, 24 Feb 2024 19:34:53 +0300 Subject: Specify PCRE2_CODE_UNIT_WIDTH explicitly --- src/stringutils.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stringutils.h b/src/stringutils.h index ed4265e..601a7d4 100644 --- a/src/stringutils.h +++ b/src/stringutils.h @@ -31,6 +31,7 @@ #include #include +#define PCRE2_CODE_UNIT_WIDTH 8 #include "jpcre2.hpp" #include "localconsts.h" -- cgit v1.2.3-70-g09d2