1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2020-02-12 21:15:43 +01:00
parent 3b0ef8cfdb
commit 2f18975088
7 changed files with 10 additions and 26 deletions

View File

@@ -14,7 +14,6 @@
* Also used by Cygwin, using os_unix.c.
*/
#include "vimio.h"
#include "vim.h"
/*