commit | 164fca39bdacc36b7d9f2d1b28ab5abe03ce4004 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 14 13:58:07 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 14 13:58:07 2010 +0200 |
tree | 0280e2098fc47966b5bb419f63d3c655a75d1e25 | |
parent | 7abcaab78da25f07190a114a84a9000f91cf044f [diff] [blame] |
Add clipboard support in Mac console. (Bjorn Winckler)
diff --git a/src/os_mac_conv.c b/src/os_mac_conv.c index 7930189..3ede648 100644 --- a/src/os_mac_conv.c +++ b/src/os_mac_conv.c
@@ -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;