From e00289df69c80e47e7352a62e0d1beaea2d20b46 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 14 Aug 2010 21:56:42 +0200 Subject: Fix building the Mac version with GUI. --- src/os_macosx.m | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/os_macosx.m') diff --git a/src/os_macosx.m b/src/os_macosx.m index 34a701212..08997e562 100644 --- a/src/os_macosx.m +++ b/src/os_macosx.m @@ -19,7 +19,12 @@ #import -#ifdef FEAT_CLIPBOARD +/* + * Clipboard support for the console. + * Don't include this when building the GUI version, the functions in + * gui_mac.c are used then. + */ +#if defined(FEAT_CLIPBOARD) && !defined(FEAT_GUI) /* Used to identify clipboard data copied from Vim. */ -- cgit v1.2.1