diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-02-12 21:15:43 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-02-12 21:15:43 +0100 |
commit | 2f189750887636fecd440d7ef353d9224e48713f (patch) | |
tree | 83c7cad211df84723e00796ee033739fbccd78c1 /Filelist | |
parent | 3b0ef8cfdbb6cb5a9cb2dc093132b78d7a52c667 (diff) | |
download | vim-git-2f189750887636fecd440d7ef353d9224e48713f.tar.gz |
patch 8.2.0248: MS-Windows: dealing with deprecation is too complicatedv8.2.0248
Problem: MS-Windows: dealing with deprecation is too complicated.
Solution: Use io.h directly. Move _CRT_SECURE_NO_DEPRECATE to the build
file. Suppress C4091 warning by setting "_WIN32_WINNT". (Ken
Takata, closes #5626)
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -529,7 +529,6 @@ SRC_DOS = \ src/uninstall.c \ src/vim.def \ src/vim.rc \ - src/vimio.h \ src/gvim.exe.mnf \ src/vimrun.c \ src/xpm_w32.c \ |