Capstone fails to build when TMS320C64X support is enabled when targeting UWP via Visual Studio because using strcpy is flagged as an error.
Steps to reproduce:
- Have Windows 10
- Go to build directory
cmake -G "Visual Studio 15 2017 Win64" -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=10.0 -DCAPSTONE_BUILD_STATIC_RUNTIME=OFF ..
- Build the resulting Visual Studio Project