mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.2.343
Problem: Can't compile on Win32. Solution: Insert the missing bar.
This commit is contained in:
parent
d836bb90ab
commit
fc307fa1a6
@ -2816,7 +2816,7 @@ fopen_noinh_readbin(filename)
|
||||
{
|
||||
int fd_tmp = mch_open(filename, O_RDONLY
|
||||
# ifdef WIN32
|
||||
O_BINARY | O_NOINHERIT
|
||||
| O_BINARY | O_NOINHERIT
|
||||
# endif
|
||||
, 0);
|
||||
|
||||
|
@ -681,6 +681,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
343,
|
||||
/**/
|
||||
342,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user