Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MSVC doesn't conform to the C standard when it comes to macro expansion: https://stackoverflow.com/a/62364135 Therefore a workaround is now added to u_cx_log.h to make the U_CX_LOG macros work for MSVC. Starting from Visual Studio 2019 there is an option to enable preprocessor conformity that would also solve the problem: /Zc:preprocessor
- Loading branch information