diff options
Diffstat (limited to 'include/pcre.h')
-rw-r--r-- | include/pcre.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/pcre.h b/include/pcre.h new file mode 100644 index 0000000000..a6e99acf1e --- /dev/null +++ b/include/pcre.h @@ -0,0 +1,7 @@ +#ifndef MIM_PCRE_H +#define MIM_PCRE_H + +#define PCRE_UCHAR16 wchar_t +#include "../libs/pcre16/src/pcre.h" + +#endif // MIM_PCRE_H |