0
0
mirror of https://github.com/vim/vim.git synced 2025-10-09 06:14:17 -04:00

patch 8.1.0947: using MSWIN before it is defined

Problem:    Using MSWIN before it is defined. (Cesar Romani)
Solution:   Move the block that uses MSWIN to below including vim.h. (Ken
            Takata)
This commit is contained in:
Bram Moolenaar
2019-02-18 20:42:50 +01:00
parent c854898881
commit 7dca2ebbcf
2 changed files with 20 additions and 16 deletions

View File

@@ -779,6 +779,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
947,
/**/
946,
/**/