mirror of
https://github.com/vim/vim.git
synced 2025-10-08 06:04:08 -04:00
Add clipboard support in Mac console. (Bjorn Winckler)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user