Generate UNICODE and UNICODEMAP constants using macros

This commit is contained in:
Konstantin Đorđević 2019-02-11 23:21:41 +01:00
parent 2f07627a5d
commit ddb0f39ebf
4 changed files with 41 additions and 8 deletions

View file

@ -7,7 +7,7 @@
#ifdef TAP_DANCE_ENABLE
#include "tap_dance.h"
#endif
#ifdef UNICODE_ENABLE
#if defined(UNICODE_ENABLE) || defined(UNICODEMAP_ENABLE)
#include "unicode.h"
#endif