diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-14 13:58:07 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-14 13:58:07 +0200 |
commit | 164fca39bdacc36b7d9f2d1b28ab5abe03ce4004 (patch) | |
tree | 0280e2098fc47966b5bb419f63d3c655a75d1e25 /src/os_mac.h | |
parent | 7abcaab78da25f07190a114a84a9000f91cf044f (diff) | |
download | vim-git-164fca39bdacc36b7d9f2d1b28ab5abe03ce4004.tar.gz |
Add clipboard support in Mac console. (Bjorn Winckler)
Diffstat (limited to 'src/os_mac.h')
-rw-r--r-- | src/os_mac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_mac.h b/src/os_mac.h index f1ed96541..05b572dea 100644 --- a/src/os_mac.h +++ b/src/os_mac.h @@ -22,7 +22,7 @@ * Include the Mac header files, unless also compiling with X11 (the header * files have many conflicts). */ -#ifndef FEAT_X11 +#ifdef FEAT_GUI_MAC # include <Quickdraw.h> /* Apple calls it QuickDraw.h... */ # include <ToolUtils.h> # include <LowMem.h> |