summaryrefslogtreecommitdiff
path: root/src/os_mac_conv.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2011-06-13 02:04:00 +0200
committerBram Moolenaar <Bram@vim.org>2011-06-13 02:04:00 +0200
commit9a4d7fd214eada651030e303f28eef3b6c30178f (patch)
tree754fbc1118c8943c8a102ef391128b6eff4e066d /src/os_mac_conv.c
parent015de43f70cca1d5e3e0798b9312f7200bdcc300 (diff)
downloadvim-git-9a4d7fd214eada651030e303f28eef3b6c30178f.tar.gz
updated for version 7.3.219v7.3.219
Problem: Can't compile with GTK on Mac. Solution: Add some #ifdef trickery. (Ben Schmidt)
Diffstat (limited to 'src/os_mac_conv.c')
-rw-r--r--src/os_mac_conv.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/os_mac_conv.c b/src/os_mac_conv.c
index 3ede6480d..71960daa5 100644
--- a/src/os_mac_conv.c
+++ b/src/os_mac_conv.c
@@ -14,6 +14,8 @@
*/
#define NO_X11_INCLUDES
+#define BalloonEval int /* used in header files */
+
#include "vim.h"
#ifndef FEAT_GUI_MAC
# include <CoreServices/CoreServices.h>