From ddb0f39ebf317c7a23c69ed45efb1882746a01b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20=C4=90or=C4=91evi=C4=87?= Date: Mon, 11 Feb 2019 23:21:41 +0100 Subject: Generate UNICODE and UNICODEMAP constants using macros --- users/konstantin/konstantin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/konstantin/konstantin.h') diff --git a/users/konstantin/konstantin.h b/users/konstantin/konstantin.h index d8b00c4c89..c32d674e8c 100644 --- a/users/konstantin/konstantin.h +++ b/users/konstantin/konstantin.h @@ -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 -- cgit v1.2.3