mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
patch 8.1.1119: no support for Windows on ARM64.
Problem: No support for Windows on ARM64. Solution: Add ARM64 support (Leendert van Doorn)
This commit is contained in:
@@ -1677,7 +1677,9 @@ install_registry(void)
|
||||
|
||||
printf("Creating an uninstall entry\n");
|
||||
sprintf(display_name, "Vim " VIM_VERSION_SHORT
|
||||
#ifdef _WIN64
|
||||
#ifdef _M_ARM64
|
||||
" (arm64)"
|
||||
#elif _M_X64
|
||||
" (x64)"
|
||||
#endif
|
||||
);
|
||||
|
Reference in New Issue
Block a user