commit | 9a4d7fd214eada651030e303f28eef3b6c30178f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 13 02:04:00 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 13 02:04:00 2011 +0200 |
tree | 754fbc1118c8943c8a102ef391128b6eff4e066d | |
parent | 015de43f70cca1d5e3e0798b9312f7200bdcc300 [diff] [blame] |
updated for version 7.3.219 Problem: Can't compile with GTK on Mac. Solution: Add some #ifdef trickery. (Ben Schmidt)
diff --git a/src/vim.h b/src/vim.h index 1f4f17b..a51834f 100644 --- a/src/vim.h +++ b/src/vim.h
@@ -121,6 +121,7 @@ || defined(FEAT_GUI_W32) \ || defined(FEAT_GUI_W16) \ || defined(FEAT_GUI_PHOTON) +# define FEAT_GUI_ENABLED /* also defined with NO_X11_INCLUDES */ # if !defined(FEAT_GUI) && !defined(NO_X11_INCLUDES) # define FEAT_GUI # endif