patch 8.2.2883: MS-Windows manifest file name is misleading

Problem:    MS-Windows manifest file name is misleading.
Solution:   Rename the file. (closes #8241)
This commit is contained in:
matveyt
2021-05-24 18:48:27 +02:00
committed by Bram Moolenaar
parent 15bbb8f4f3
commit e97c7c962c
9 changed files with 23 additions and 17 deletions

View File

@ -46,7 +46,7 @@ IDR_TOOLBAR1 BITMAP DISCARDABLE "tools.bmp"
# define RT_MANIFEST 24
#endif
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "gvim.exe.mnf"
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "vim.manifest"
#endif // RCDLL
//