comparison src/version.c @ 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 f123c6732cf3
children e548f5ed3645
comparison
equal deleted inserted replaced
19375:033a5bb0b64b 19376:1cae476a7c82
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 246,
745 /**/ 747 /**/
746 245, 748 245,
747 /**/ 749 /**/
748 244, 750 244,
749 /**/ 751 /**/