0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

Fix building the Mac version with GUI.

This commit is contained in:
Bram Moolenaar
2010-08-14 21:56:42 +02:00
parent 755bd26c59
commit e00289df69
4 changed files with 16 additions and 1 deletions

View File

@@ -19,7 +19,12 @@
#import <Cocoa/Cocoa.h>
#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. */