]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0840: MS-Windows: fopen() and open() prototypes are wrong v8.0.0840
authorBram Moolenaar <Bram@vim.org>
Wed, 2 Aug 2017 20:07:12 +0000 (22:07 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 2 Aug 2017 20:07:12 +0000 (22:07 +0200)
commitb6843a007da9c06bd8f9491cc12e5e0afd858f33
tree2199b430eb6cc5d9800ea9e82a43c9d527d0d148
parentfae428354213b54626ff9e29faa5fd86161da942
patch 8.0.0840: MS-Windows: fopen() and open() prototypes are wrong

Problem:    MS-Windows: fopen() and open() prototypes do not match the ones in
            the system header file.  Can't build without FEAT_MBYTE.
Solution:   Add "const".  Move macro to after including protoo.h.
src/macros.h
src/os_win32.c
src/proto/os_win32.pro
src/version.c
src/vim.h