From 362e1a30c6f3527d5d0efc328c2fb448290cd6fc Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 6 Mar 2006 23:29:24 +0000 Subject: updated for version 7.0216 --- src/dosinst.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/dosinst.h') diff --git a/src/dosinst.h b/src/dosinst.h index 5ff4d67a0c..7b53e5008f 100644 --- a/src/dosinst.h +++ b/src/dosinst.h @@ -9,6 +9,13 @@ /* * dosinst.h: Common code for dosinst.c and uninstal.c */ + +/* 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 + #include #include #include @@ -16,7 +23,7 @@ #include #ifndef UNIX_LINT -# include +# include "vimio.h" # include # ifndef __CYGWIN__ -- cgit v1.2.3