write shit
This commit is contained in:
10
BasaltPresenter/Shared/basalt_char.hpp
Normal file
10
BasaltPresenter/Shared/basalt_char.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <cwchar>
|
||||
|
||||
#if defined(BASALT_OS_WINDOWS)
|
||||
#define BSCHAR wchar_t
|
||||
#define _BSTEXT(x) L##x
|
||||
#define BSTEXT(x) _BSTEXT(x)
|
||||
#else
|
||||
#define BSCHAR char
|
||||
#define BSTEXT(x) x
|
||||
#endif
|
||||
Reference in New Issue
Block a user