0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.2.4316: __CYGWIN32__ is not defined on 64 bit systems

Problem:    __CYGWIN32__ is not defined on 64 bit systems.
Solution:   Update #ifdefs. (Ken Takata, closes #9709)
This commit is contained in:
K.Takata
2022-02-07 10:45:23 +00:00
committed by Bram Moolenaar
parent 6bf821e8ab
commit b247e0622e
5 changed files with 6 additions and 8 deletions

View File

@@ -2571,7 +2571,7 @@ scripterror:
}
}
#endif
#ifdef __CYGWIN32__
#ifdef __CYGWIN__
/*
* If vim is invoked by non-Cygwin tools, convert away any
* DOS paths, so things like .swp files are created correctly.