Reactos

[CMAKE] msvc.cmake: Remove add_definitions(/D__arm__) (#3710)

authored by

Serge Gautherie and committed by
GitHub
665dac03 cbf8b367

-1
-1
sdk/cmake/msvc.cmake
··· 363 363 add_definitions(/D__x86_64) 364 364 set(SPEC2DEF_ARCH x86_64) 365 365 elseif(ARCH STREQUAL "arm") 366 - add_definitions(/D__arm__) 367 366 set(SPEC2DEF_ARCH arm) 368 367 elseif(ARCH STREQUAL "arm64") 369 368 add_definitions(/D__arm64__)