From ae75ab169ba6199cac4555570f6c33d1f5aa75e9 Mon Sep 17 00:00:00 2001 From: Ginger Bill Date: Sat, 27 Aug 2016 11:05:08 +0100 Subject: Pointer arithmetic builtin procedures --- src/unicode.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/unicode.cpp') diff --git a/src/unicode.cpp b/src/unicode.cpp index 1495101fc..cf415d86b 100644 --- a/src/unicode.cpp +++ b/src/unicode.cpp @@ -2,6 +2,8 @@ #pragma warning(disable: 4245) #include "utf8proc/utf8proc.h" +// #define UTF8PROC_IMPLEMENTATION +// #include "utf8proc/utf8proc_new.h" #pragma warning(pop) -- cgit v1.2.3