diff src/os_mac_conv.c @ 2891:acda456c788a v7.3.219

updated for version 7.3.219 Problem: Can't compile with GTK on Mac. Solution: Add some #ifdef trickery. (Ben Schmidt)
author Bram Moolenaar <bram@vim.org>
date Mon, 13 Jun 2011 02:04:00 +0200
parents 543ea69d037f
children 314d9368069e
line wrap: on
line diff
--- 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>