commit | 80ce282107849ef1a0e9b8a3be26c59c211b0957 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 25 19:49:50 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 25 19:49:50 2015 +0200 |
tree | 824d505fa11897f096c8aec79eae9e1f1583c82f | |
parent | 0a38dd29d6f65aa601162542a5ab0ba7f308fc8e [diff] [blame] |
patch 7.4.837 Problem: Compiler warning with MSVC compiler when using +sniff. Solution: Use Sleep() instead of _sleep(). (Tux)
diff --git a/src/version.c b/src/version.c index 08d1140..57ff84c 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 837, +/**/ 836, /**/ 835,