]> granicus.if.org Git - vim/commit
patch 8.2.0248: MS-Windows: dealing with deprecation is too complicated v8.2.0248
authorBram Moolenaar <Bram@vim.org>
Wed, 12 Feb 2020 20:15:43 +0000 (21:15 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 12 Feb 2020 20:15:43 +0000 (21:15 +0100)
commit2f189750887636fecd440d7ef353d9224e48713f
tree83c7cad211df84723e00796ee033739fbccd78c1
parent3b0ef8cfdbb6cb5a9cb2dc093132b78d7a52c667
patch 8.2.0248: MS-Windows: dealing with deprecation is too complicated

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)
Filelist
src/Make_mvc.mak
src/dosinst.h
src/version.c
src/vim.h
src/vimio.h [deleted file]
src/winclip.c