Skip to content
Snippets Groups Projects
Commit a613efd4 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Use new MSVC preprocessor

parent fdbcfd72
No related branches found
No related tags found
No related merge requests found
......@@ -97,6 +97,7 @@ if (WINDOWS)
/W3
/c
/Zc:__cplusplus
/Zc:preprocessor
/Zc:char8_t-
/nologo
)
......
......@@ -198,7 +198,7 @@
#define LL_TO_STRING_HELPER(x) #x
#define LL_TO_STRING(x) LL_TO_STRING_HELPER(x)
#define LL_TO_WSTRING_HELPER(x) L#x
#define LL_TO_WSTRING_HELPER(x) L## #x
#define LL_TO_WSTRING(x) LL_TO_WSTRING_HELPER(x)
#define LL_FILE_LINENO_MSG(msg) __FILE__ "(" LL_TO_STRING(__LINE__) ") : " msg
#define LL_GLUE_IMPL(x, y) x##y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment