add U32_TEXT macro

This commit is contained in:
2020-07-08 10:48:16 +08:00
parent b0ac446322
commit 77a570d6be
2 changed files with 2 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ using os_char =wchar_t;
#define OS_TEXT(str) L##str
#define U8_TEXT(str) u8##str
#define U16_TEXT(str) L##str
#define U32_TEXT(str) U##str
#define os_main wmain
#define os_out std::wcout