fix thread macro in Linux

This commit is contained in:
2020-01-23 20:37:42 +08:00
parent e90f8c9479
commit 25748fde9b
6 changed files with 12 additions and 16 deletions

View File

@@ -7,7 +7,7 @@ using u32char =char32_t;
using u16char =char16_t;
using os_char =char;
#define to_oschar to_u8
#define OS_TEXT(str) u8##str
#define OS_TEXT(str) str
#define U8_TEXT(str) u8##str
#define U16_TEXT(str) u##str