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.h b/src/os_mac.h index f1ed965..05b572d 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>