1
0
forked from aniani/vim

updated for version 7.2.343

Problem:    Can't compile on Win32.
Solution:   Insert the missing bar.
This commit is contained in:
Bram Moolenaar
2010-01-19 23:30:41 +01:00
parent d836bb90ab
commit fc307fa1a6
2 changed files with 3 additions and 1 deletions

View File

@@ -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);