From a1f950e2b3b2268b267e647205b14b59c15f8ee1 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 8 Oct 2020 14:11:44 +0800 Subject: ... --- src/ui/UiHost.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/UiHost.cpp') diff --git a/src/ui/UiHost.cpp b/src/ui/UiHost.cpp index 5451ebce..d8dcb6da 100644 --- a/src/ui/UiHost.cpp +++ b/src/ui/UiHost.cpp @@ -16,7 +16,7 @@ using platform::native::IUiApplication; namespace event_names { #ifdef CRU_DEBUG // clang-format off -#define CRU_DEFINE_EVENT_NAME(name) constexpr const char16_t* name = u#name; +#define CRU_DEFINE_EVENT_NAME(name) constexpr const char16_t* name = CRU_MAKE_UNICODE_LITERAL(name); // clang-format on #else #define CRU_DEFINE_EVENT_NAME(name) constexpr const char16_t* name = u""; -- cgit v1.2.3