mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.2.343
Problem: Can't compile on Win32. Solution: Insert the missing bar.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user