1
0
forked from aniani/vim

Add clipboard support in Mac console. (Bjorn Winckler)

This commit is contained in:
Bram Moolenaar
2010-07-14 13:58:07 +02:00
parent 7abcaab78d
commit 164fca39bd
11 changed files with 238 additions and 52 deletions

View File

@@ -15,8 +15,13 @@
#define NO_X11_INCLUDES
#include "vim.h"
#ifndef FEAT_GUI_MAC
# include <CoreServices/CoreServices.h>
#endif
#if defined(MACOS_CONVERT) || defined(PROTO)
# ifdef PROTO
/* A few dummy types to be able to generate function prototypes. */
typedef int UniChar;