diff options
| author | Ginger Bill <bill@gingerbill.org> | 2016-08-27 11:05:08 +0100 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2016-08-27 11:05:08 +0100 |
| commit | ae75ab169ba6199cac4555570f6c33d1f5aa75e9 (patch) | |
| tree | 38d25d793f6d728b08099fb2764d1506cadf99b4 /src/unicode.cpp | |
| parent | 3a189b9c1ca273105ba030322e151efd85825482 (diff) | |
Pointer arithmetic builtin procedures
Diffstat (limited to 'src/unicode.cpp')
| -rw-r--r-- | src/unicode.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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) |