VTK does not build on Windows with variable `UNICODE`
I tried to build VTK with Unicode version of Win32 APIs that are used in some places in Windows specialized classes.
There are a lot of build errors related to the use of 8-bytes strings instead of 16-bytes strings.
To reproduce, configure VTK with /DUNICODE
in CMAKE_CXX_FLAGS
.
cc @mwestphal