From 49c99fcca00740ae4feaba82bef4f9dc70b65318 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 11 Feb 2020 23:01:39 +0100 Subject: 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) --- src/vimio.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/vimio.h') diff --git a/src/vimio.h b/src/vimio.h index 402b11381..a07620ca7 100644 --- a/src/vimio.h +++ b/src/vimio.h @@ -7,12 +7,6 @@ * See README.txt for an overview of the Vim source code. */ -// Visual Studio 2005 has 'deprecated' many of the standard CRT functions -#if _MSC_VER >= 1400 -# define _CRT_SECURE_NO_DEPRECATE -# define _CRT_NONSTDC_NO_DEPRECATE -#endif - // cproto fails on missing include files #ifndef PROTO # include -- cgit v1.2.1