comparison src/vim.rc @ 24689:2e6cc2bf37d8 v8.2.2883

patch 8.2.2883: MS-Windows manifest file name is misleading Commit: https://github.com/vim/vim/commit/e97c7c962ca0fd7cad0d157f1762eb5cc5887fca Author: matveyt <matthewtarasov@gmail.com> Date: Mon May 24 18:48:27 2021 +0200 patch 8.2.2883: MS-Windows manifest file name is misleading Problem: MS-Windows manifest file name is misleading. Solution: Rename the file. (closes https://github.com/vim/vim/issues/8241)
author Bram Moolenaar <Bram@vim.org>
date Mon, 24 May 2021 19:00:04 +0200
parents ff39fc87f6b3
children
comparison
equal deleted inserted replaced
24688:56929100c771 24689:2e6cc2bf37d8
44 #endif 44 #endif
45 #ifndef RT_MANIFEST 45 #ifndef RT_MANIFEST
46 # define RT_MANIFEST 24 46 # define RT_MANIFEST 24
47 #endif 47 #endif
48 48
49 CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "gvim.exe.mnf" 49 CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "vim.manifest"
50 #endif // RCDLL 50 #endif // RCDLL
51 51
52 // 52 //
53 // Type Library 53 // Type Library
54 // 54 //