]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0367: types in include files may be inconsistent v8.0.0367
authorBram Moolenaar <Bram@vim.org>
Sat, 25 Feb 2017 15:01:49 +0000 (16:01 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 25 Feb 2017 15:01:49 +0000 (16:01 +0100)
commitf7506cade470efd122fa8fb61dd4e5ad21d1e246
treecb7c1c20d177a655b3744977b1b9497957fff6c2
parent92769c3928bb8a3faa43c533c07ef8476af32ade
patch 8.0.0367: types in include files may be inconsistent

Problem:    If configure defines _LARGE_FILES some include files are included
            before it is defined.
Solution:   Include vim.h first. (Sam Thursfield, closes #1508)
src/gui_at_sb.c
src/gui_athena.c
src/gui_motif.c
src/gui_x11.c
src/gui_xmdlg.c
src/version.c