view src/vimio.h @ 19376:1cae476a7c82 v8.2.0246

patch 8.2.0246: MSVC: deprecation warnings with Ruby Commit: https://github.com/vim/vim/commit/49c99fcca00740ae4feaba82bef4f9dc70b65318 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 11 23:01:39 2020 +0100 patch 8.2.0246: MSVC: deprecation warnings with Ruby Problem: MSVC: deprecation warnings with Ruby. Solution: Move _CRT_SECURE_NO_DEPRECATE to build file. (Ken Takata, closes #5622)
author Bram Moolenaar <Bram@vim.org>
date Tue, 11 Feb 2020 23:15:04 +0100
parents 6e3dc2d630c2
children
line wrap: on
line source

/* vi:set ts=8 sts=4 sw=4 noet:
 *
 * VIM - Vi IMproved	by Bram Moolenaar
 *
 * Do ":help uganda"  in Vim to read copying and usage conditions.
 * Do ":help credits" in Vim to see a list of people who contributed.
 * See README.txt for an overview of the Vim source code.
 */

// cproto fails on missing include files
#ifndef PROTO
# include <io.h>
#endif